#3E2576

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

Shades of Windsor #3E2576

Tints of Windsor #3E2576

Color information

#3E2576 (or 0x3E2576) is unknown color: approx Windsor. HEX triplet: 3E, 25 and 76. RGB value is (62,37,118). Sum of RGB (Red+Green+Blue) = 62+37+118=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E2576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2576 is #C1DA89. Grayscale: #353535. Windows color (decimal): -12704394 or 7742782. OLE color: 7742782.

HSL color Cylindrical-coordinate representation of color #3E2576: hue angle of 258.52º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E2576 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6237118-
CMYK0.470.6900.54
HSL258.52º52.26%30.39%-
HSV(B)258.52º68.64%46.27%-
XYZ5.923.6617.53-
YUV53.71164.28133.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.57%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=28.57%
G=17.05%
B=54.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62371180.470.6900.54258.5252.2630.39
Hex3E25762F45036103341e
Octal7645166571050664036436
Binary11111010010111101101011111000101011011010000001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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