#402687

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

Shades of Windsor #402687

Tints of Windsor #402687

Color information

#402687 (or 0x402687) is unknown color: approx Windsor. HEX triplet: 40, 26 and 87. RGB value is (64,38,135). Sum of RGB (Red+Green+Blue) = 64+38+135=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #402687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402687 is #BFD978. Grayscale: #383838. Windows color (decimal): -12573049 or 8857152. OLE color: 8857152.

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

Color convert

RGB6438135-
CMYK0.530.7200.47
HSL256.08º56.07%33.92%-
HSV(B)256.08º71.85%52.94%-
XYZ7.184.2323.36-
YUV56.83172.11133.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 135 (53.12% from 255) = 56.96%
R=27.00%
G=16.03%
B=56.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64381350.530.7200.47256.0856.0733.92
Hex402687354802F1003822
Octal10046207651100574007042
Binary10000001001101000011111010110010000101111100000000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402687; }

 p { color: rgb(64,38,135); }

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

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

 a { background-color: rgb(64,38,135); }

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

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

 span { border-color: rgb(64,38,135); }

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