#402676

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

Shades of Windsor #402676

Tints of Windsor #402676

Color information

#402676 (or 0x402676) is unknown color: approx Windsor. HEX triplet: 40, 26 and 76. RGB value is (64,38,118). Sum of RGB (Red+Green+Blue) = 64+38+118=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #402676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402676 is #BFD989. Grayscale: #363636. Windows color (decimal): -12573066 or 7743040. OLE color: 7743040.

HSL color Cylindrical-coordinate representation of color #402676: hue angle of 259.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402676 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6438118-
CMYK0.460.6800.54
HSL259.5º51.28%30.59%-
HSV(B)259.5º67.8%46.27%-
XYZ6.083.7817.55-
YUV54.89163.61134.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=29.09%
G=17.27%
B=53.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64381180.460.6800.54259.551.2830.59
Hex4026762E44036104331f
Octal10046166561040664046337
Binary100000010011011101101011101000100011011010000010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402676; }

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

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

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

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

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

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

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

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