#402072

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

Shades of Windsor #402072

Tints of Windsor #402072

Color information

#402072 (or 0x402072) is unknown color: approx Windsor. HEX triplet: 40, 20 and 72. RGB value is (64,32,114). Sum of RGB (Red+Green+Blue) = 64+32+114=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #402072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402072 is #BFDF8D. Grayscale: #323232. Windows color (decimal): -12574606 or 7479360. OLE color: 7479360.

HSL color Cylindrical-coordinate representation of color #402072: hue angle of 263.41º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402072 is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6432114-
CMYK0.440.7200.55
HSL263.41º56.16%28.63%-
HSV(B)263.41º71.93%44.71%-
XYZ5.673.3416.27-
YUV50.92163.6137.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 114 (44.92% from 255) = 54.29%
R=30.48%
G=15.24%
B=54.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64321140.440.7200.55263.4156.1628.63
Hex4020722C48037107381d
Octal10040162541100674077035
Binary100000010000011100101011001001000011011110000011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402072; }

 p { color: rgb(64,32,114); }

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

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

 a { background-color: rgb(64,32,114); }

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

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

 span { border-color: rgb(64,32,114); }

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