#3E2087

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

Shades of Windsor #3E2087

Tints of Windsor #3E2087

Color information

#3E2087 (or 0x3E2087) is unknown color: approx Windsor. HEX triplet: 3E, 20 and 87. RGB value is (62,32,135). Sum of RGB (Red+Green+Blue) = 62+32+135=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E2087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2087 is #C1DF78. Grayscale: #343434. Windows color (decimal): -12705657 or 8855614. OLE color: 8855614.

HSL color Cylindrical-coordinate representation of color #3E2087: hue angle of 257.48º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E2087 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6232135-
CMYK0.540.7600.47
HSL257.48º61.68%32.75%-
HSV(B)257.48º76.3%52.94%-
XYZ6.883.8123.29-
YUV52.71174.44134.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.07%
GREEN value IS 32 (12.89% from 255) = 13.97%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=27.07%
G=13.97%
B=58.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62321350.540.7600.47257.4861.6832.75
Hex3E2087364C02F1013e21
Octal7640207661140574017641
Binary1111101000001000011111011010011000101111100000001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,135); }

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

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

 a { background-color: rgb(62,32,135); }

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

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

 span { border-color: rgb(62,32,135); }

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