#402686

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

Shades of Windsor #402686

Tints of Windsor #402686

Color information

#402686 (or 0x402686) is unknown color: approx Windsor. HEX triplet: 40, 26 and 86. RGB value is (64,38,134). Sum of RGB (Red+Green+Blue) = 64+38+134=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #402686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402686 is #BFD979. Grayscale: #383838. Windows color (decimal): -12573050 or 8791616. OLE color: 8791616.

HSL color Cylindrical-coordinate representation of color #402686: hue angle of 256.25º 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 #402686 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6438134-
CMYK0.520.7200.47
HSL256.25º55.81%33.73%-
HSV(B)256.25º71.64%52.55%-
XYZ7.114.222.99-
YUV56.72171.61133.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 134 (52.73% from 255) = 56.78%
R=27.12%
G=16.10%
B=56.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64381340.520.7200.47256.2555.8133.73
Hex402686344802F1003822
Octal10046206641100574007042
Binary10000001001101000011011010010010000101111100000000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402686; }

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

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

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

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

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

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

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

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