#402572

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

Shades of Windsor #402572

Tints of Windsor #402572

Color information

#402572 (or 0x402572) is unknown color: approx Windsor. HEX triplet: 40, 25 and 72. RGB value is (64,37,114). Sum of RGB (Red+Green+Blue) = 64+37+114=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #402572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402572 is #BFDA8D. Grayscale: #353535. Windows color (decimal): -12573326 or 7480640. OLE color: 7480640.

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

Color convert

RGB6437114-
CMYK0.440.6800.55
HSL261.04º50.99%29.61%-
HSV(B)261.04º67.54%44.71%-
XYZ5.813.6316.31-
YUV53.85161.95135.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=29.77%
G=17.21%
B=53.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64371140.440.6800.55261.0450.9929.61
Hex4025722C44037105331e
Octal10045162541040674056336
Binary100000010010111100101011001000100011011110000010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402572; }

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

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

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

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

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

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

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

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