#3e286d

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

Shades of Windsor #3E286D

Tints of Windsor #3E286D

Color information

#3E286D (or 0x3E286D) is unknown color: approx Windsor. HEX triplet: 3E, 28 and 6D. RGB value is (62,40,109). Sum of RGB (Red+Green+Blue) = 62+40+109=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E286D is #C1D792. Grayscale: #363636. Windows color (decimal): -12703635 or 7153726. OLE color: 7153726.

HSL color Cylindrical-coordinate representation of color #3E286D: hue angle of 259.13º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E286D is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6240109-
CMYK0.430.6300.57
HSL259.13º46.31%29.22%-
HSV(B)259.13º63.3%42.75%-
XYZ5.513.6514.88-
YUV54.44158.79133.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 109 (42.97% from 255) = 51.66%
R=29.38%
G=18.96%
B=51.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62401090.430.6300.57259.1346.3129.22
Hex3E286D2B3F0391032e1d
Octal765015553770714035635
Binary1111101010001101101101011111111011100110000001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e286d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,40,109); }

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

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

 a { background-color: rgb(62,40,109); }

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

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

 span { border-color: rgb(62,40,109); }

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