#441D7A

Color #441D7A Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #441D7A

Tints of Windsor #441D7A

Color information

#441D7A (or 0x441D7A) is unknown color: approx Windsor. HEX triplet: 44, 1D and 7A. RGB value is (68,29,122). Sum of RGB (Red+Green+Blue) = 68+29+122=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #441D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D7A is #BBE285. Grayscale: #323232. Windows color (decimal): -12313222 or 8002884. OLE color: 8002884.

HSL color Cylindrical-coordinate representation of color #441D7A: hue angle of 265.16º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441D7A is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6829122-
CMYK0.440.7600.52
HSL265.16º61.59%29.61%-
HSV(B)265.16º76.23%47.84%-
XYZ6.343.5118.76-
YUV51.26167.92139.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 29 (11.72% from 255) = 13.24%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=31.05%
G=13.24%
B=55.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68291220.440.7600.52265.1661.5929.61
Hex441D7A2C4C0341093e1e
Octal10435172541140644117636
Binary10001001110111110101011001001100011010010000100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441D7A; }

 p { color: rgb(68,29,122); }

 H1.HeaderClassName
 {
   color: #441D7A;
 }
 .AnyTagClassName
 {
   color: #441D7A;
 }
</style>
background-color css

<style>
 a { background-color: #441D7A; }

 a { background-color: rgb(68,29,122); }

 div.DivClassName
 {
   background-color: #441D7A;
 }
 .BgClassName
 {
   background-color: #441D7A;
 }
</style>
border-color css

<style>
 span { border-color: #441D7A; }

 span { border-color: rgb(68,29,122); }

 td.TdClassName
 {
   border-color: #441D7A;
 }
 .TagClassName
 {
   border-color: #441D7A;
 }
</style>