#402986

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

Shades of Windsor #402986

Tints of Windsor #402986

Color information

#402986 (or 0x402986) is unknown color: approx Windsor. HEX triplet: 40, 29 and 86. RGB value is (64,41,134). Sum of RGB (Red+Green+Blue) = 64+41+134=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #402986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402986 is #BFD679. Grayscale: #3A3A3A. Windows color (decimal): -12572282 or 8792384. OLE color: 8792384.

HSL color Cylindrical-coordinate representation of color #402986: hue angle of 254.84º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402986 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6441134-
CMYK0.520.6900.47
HSL254.84º53.14%34.31%-
HSV(B)254.84º69.4%52.55%-
XYZ7.214.423.02-
YUV58.48170.62131.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 134 (52.73% from 255) = 56.07%
R=26.78%
G=17.15%
B=56.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64411340.520.6900.47254.8453.1434.31
Hex402986344502Fff3522
Octal10051206641050573776542
Binary1000000101001100001101101001000101010111111111111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402986; }

 p { color: rgb(64,41,134); }

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

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

 a { background-color: rgb(64,41,134); }

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

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

 span { border-color: rgb(64,41,134); }

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