#402682

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

Shades of Windsor #402682

Tints of Windsor #402682

Color information

#402682 (or 0x402682) is unknown color: approx Windsor. HEX triplet: 40, 26 and 82. RGB value is (64,38,130). Sum of RGB (Red+Green+Blue) = 64+38+130=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #402682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402682 is #BFD97D. Grayscale: #373737. Windows color (decimal): -12573054 or 8529472. OLE color: 8529472.

HSL color Cylindrical-coordinate representation of color #402682: hue angle of 256.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #402682 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6438130-
CMYK0.510.7100.49
HSL256.96º54.76%32.94%-
HSV(B)256.96º70.77%50.98%-
XYZ6.844.0921.55-
YUV56.26169.61133.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 130 (51.17% from 255) = 56.03%
R=27.59%
G=16.38%
B=56.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64381300.510.7100.49256.9654.7632.94
Hex40268233470311013721
Octal10046202631070614016741
Binary10000001001101000001011001110001110110001100000001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402682; }

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

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

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

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

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

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

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

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