#402D78

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

Shades of Windsor #402D78

Tints of Windsor #402D78

Color information

#402D78 (or 0x402D78) is unknown color: approx Windsor. HEX triplet: 40, 2D and 78. RGB value is (64,45,120). Sum of RGB (Red+Green+Blue) = 64+45+120=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #402D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D78 is #BFD287. Grayscale: #3A3A3A. Windows color (decimal): -12571272 or 7875904. OLE color: 7875904.

HSL color Cylindrical-coordinate representation of color #402D78: hue angle of 255.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402D78 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6445120-
CMYK0.470.6300.53
HSL255.2º45.45%32.35%-
HSV(B)255.2º62.5%47.06%-
XYZ6.444.3218.26-
YUV59.23162.29131.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=27.95%
G=19.65%
B=52.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64451200.470.6300.53255.245.4532.35
Hex402D782F3F035ff2d20
Octal1005517057770653775540
Binary10000001011011111000101111111111011010111111111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,45,120); }

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

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

 a { background-color: rgb(64,45,120); }

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

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

 span { border-color: rgb(64,45,120); }

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