#3E2486

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

Shades of Windsor #3E2486

Tints of Windsor #3E2486

Color information

#3E2486 (or 0x3E2486) is unknown color: approx Windsor. HEX triplet: 3E, 24 and 86. RGB value is (62,36,134). Sum of RGB (Red+Green+Blue) = 62+36+134=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E2486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2486 is #C1DB79. Grayscale: #363636. Windows color (decimal): -12704634 or 8791102. OLE color: 8791102.

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

Color convert

RGB6236134-
CMYK0.540.7300.47
HSL255.92º57.65%33.33%-
HSV(B)255.92º73.13%52.55%-
XYZ6.924.0122.96-
YUV54.95172.61133.03-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.72%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 134 (52.73% from 255) = 57.76%
R=26.72%
G=15.52%
B=57.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62361340.540.7300.47255.9257.6533.33
Hex3E2486364902F1003a21
Octal7644206661110574007241
Binary1111101001001000011011011010010010101111100000000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,36,134); }

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

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

 a { background-color: rgb(62,36,134); }

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

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

 span { border-color: rgb(62,36,134); }

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