#3E2572

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

Shades of Windsor #3E2572

Tints of Windsor #3E2572

Color information

#3E2572 (or 0x3E2572) is unknown color: approx Windsor. HEX triplet: 3E, 25 and 72. RGB value is (62,37,114). Sum of RGB (Red+Green+Blue) = 62+37+114=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E2572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2572 is #C1DA8D. Grayscale: #343434. Windows color (decimal): -12704398 or 7480638. OLE color: 7480638.

HSL color Cylindrical-coordinate representation of color #3E2572: hue angle of 259.48º 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 #3E2572 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6237114-
CMYK0.460.6800.55
HSL259.48º50.99%29.61%-
HSV(B)259.48º67.54%44.71%-
XYZ5.693.5616.31-
YUV53.25162.28134.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.11%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=29.11%
G=17.37%
B=53.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62371140.460.6800.55259.4850.9929.61
Hex3E25722E44037103331e
Octal7645162561040674036336
Binary11111010010111100101011101000100011011110000001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2572; }

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

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

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

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

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

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

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

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