#402F79

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

Shades of Windsor #402F79

Tints of Windsor #402F79

Color information

#402F79 (or 0x402F79) is unknown color: approx Windsor. HEX triplet: 40, 2F and 79. RGB value is (64,47,121). Sum of RGB (Red+Green+Blue) = 64+47+121=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #402F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F79 is #BFD086. Grayscale: #3C3C3C. Windows color (decimal): -12570759 or 7941952. OLE color: 7941952.

HSL color Cylindrical-coordinate representation of color #402F79: hue angle of 253.78º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402F79 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6447121-
CMYK0.470.6100.53
HSL253.78º44.05%32.94%-
HSV(B)253.78º61.16%47.45%-
XYZ6.584.518.61-
YUV60.52162.13130.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 121 (47.66% from 255) = 52.16%
R=27.59%
G=20.26%
B=52.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64471210.470.6100.53253.7844.0532.94
Hex402F792F3D035fe2c21
Octal1005717157750653765441
Binary10000001011111111001101111111101011010111111110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402F79; }

 p { color: rgb(64,47,121); }

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

<style>
 a { background-color: #402F79; }

 a { background-color: rgb(64,47,121); }

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

<style>
 span { border-color: #402F79; }

 span { border-color: rgb(64,47,121); }

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