#402786

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

Shades of Windsor #402786

Tints of Windsor #402786

Color information

#402786 (or 0x402786) is unknown color: approx Windsor. HEX triplet: 40, 27 and 86. RGB value is (64,39,134). Sum of RGB (Red+Green+Blue) = 64+39+134=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #402786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402786 is #BFD879. Grayscale: #383838. Windows color (decimal): -12572794 or 8791872. OLE color: 8791872.

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

Color convert

RGB6439134-
CMYK0.520.7100.47
HSL255.79º54.91%33.92%-
HSV(B)255.79º70.9%52.55%-
XYZ7.144.2623-
YUV57.3171.28132.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 39 (15.62% from 255) = 16.46%
BLUE value IS 134 (52.73% from 255) = 56.54%
R=27.00%
G=16.46%
B=56.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64391340.520.7100.47255.7954.9133.92
Hex402786344702F1003722
Octal10047206641070574006742
Binary10000001001111000011011010010001110101111100000000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402786; }

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

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

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

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

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

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

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

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