#402170

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

Shades of Windsor #402170

Tints of Windsor #402170

Color information

#402170 (or 0x402170) is unknown color: approx Windsor. HEX triplet: 40, 21 and 70. RGB value is (64,33,112). Sum of RGB (Red+Green+Blue) = 64+33+112=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #402170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402170 is #BFDE8F. Grayscale: #323232. Windows color (decimal): -12574352 or 7348544. OLE color: 7348544.

HSL color Cylindrical-coordinate representation of color #402170: hue angle of 263.54º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #402170 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6433112-
CMYK0.430.7100.56
HSL263.54º54.48%28.43%-
HSV(B)263.54º70.54%43.92%-
XYZ5.583.3515.68-
YUV51.28162.27137.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=30.62%
G=15.79%
B=53.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64331120.430.7100.56263.5454.4828.43
Hex4021702B47038108361c
Octal10041160531070704106634
Binary100000010000111100001010111000111011100010000100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402170; }

 p { color: rgb(64,33,112); }

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

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

 a { background-color: rgb(64,33,112); }

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

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

 span { border-color: rgb(64,33,112); }

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