#402c86

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

Shades of Windsor #402C86

Tints of Windsor #402C86

Color information

#402C86 (or 0x402C86) is unknown color: approx Windsor. HEX triplet: 40, 2C and 86. RGB value is (64,44,134). Sum of RGB (Red+Green+Blue) = 64+44+134=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #402C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402C86 is #BFD379. Grayscale: #3B3B3B. Windows color (decimal): -12571514 or 8793152. OLE color: 8793152.

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

Color convert

RGB6444134-
CMYK0.520.6700.47
HSL253.33º50.56%34.9%-
HSV(B)253.33º67.16%52.55%-
XYZ7.324.6123.06-
YUV60.24169.63130.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 44 (17.58% from 255) = 18.18%
BLUE value IS 134 (52.73% from 255) = 55.37%
R=26.45%
G=18.18%
B=55.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64441340.520.6700.47253.3350.5634.9
Hex402C86344302Ffd3323
Octal10054206641030573756343
Binary1000000101100100001101101001000011010111111111101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402c86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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