#402875

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

Shades of Windsor #402875

Tints of Windsor #402875

Color information

#402875 (or 0x402875) is unknown color: approx Windsor. HEX triplet: 40, 28 and 75. RGB value is (64,40,117). Sum of RGB (Red+Green+Blue) = 64+40+117=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #402875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402875 is #BFD78A. Grayscale: #373737. Windows color (decimal): -12572555 or 7678016. OLE color: 7678016.

HSL color Cylindrical-coordinate representation of color #402875: hue angle of 258.7º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #402875 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6440117-
CMYK0.450.6600.54
HSL258.7º49.04%30.78%-
HSV(B)258.7º65.81%45.88%-
XYZ6.083.8917.26-
YUV55.95162.45133.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=28.96%
G=18.10%
B=52.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64401170.450.6600.54258.749.0430.78
Hex4028752D42036103311f
Octal10050165551020664036137
Binary100000010100011101011011011000010011011010000001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402875; }

 p { color: rgb(64,40,117); }

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

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

 a { background-color: rgb(64,40,117); }

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

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

 span { border-color: rgb(64,40,117); }

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