#441A79

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

Shades of Windsor #441A79

Tints of Windsor #441A79

Color information

#441A79 (or 0x441A79) is unknown color: approx Windsor. HEX triplet: 44, 1A and 79. RGB value is (68,26,121). Sum of RGB (Red+Green+Blue) = 68+26+121=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #441A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A79 is #BBE586. Grayscale: #313131. Windows color (decimal): -12313991 or 7936580. OLE color: 7936580.

HSL color Cylindrical-coordinate representation of color #441A79: hue angle of 266.53º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441A79 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6826121-
CMYK0.440.7900.53
HSL266.53º64.63%28.82%-
HSV(B)266.53º78.51%47.45%-
XYZ6.23.3518.41-
YUV49.39168.41141.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 121 (47.66% from 255) = 56.28%
R=31.63%
G=12.09%
B=56.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68261210.440.7900.53266.5364.6328.82
Hex441A792C4F03510b411d
Octal104321715411706541310135
Binary100010011010111100110110010011110110101100001011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,26,121); }

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

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

 a { background-color: rgb(68,26,121); }

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

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

 span { border-color: rgb(68,26,121); }

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