Shades of Windsor #3E286D
Tints of Windsor #3E286D
RGB
CMYK
RGB Variations
Color information
#3E286D (or 0x3E286D) is known color: 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
| RGB | 62 | 40 | 109 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.57 |
| HSL | 259.13º | 0.46% | 0.29% | - |
| HSV(B) | 259.13º | 0.63% | 0.43% | - |
| XYZ | 5.51 | 3.65 | 14.88 | - |
| YUV | 54.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 109 | 0.43 | 0.63 | 0 | 0.57 | 259.13 | 0.46 | 0.29 |
| Hex | 3E | 28 | 6D | 2B | 3F | 0 | 39 | 103 | 2E | 1D |
| Octal | 76 | 50 | 155 | 53 | 77 | 0 | 71 | 403 | 56 | 35 |
| Binary | 111110 | 101000 | 1101101 | 101011 | 111111 | 0 | 111001 | 100000011 | 101110 | 11101 |
Color Harmonies of #3E286D
Complementary color
Monochromatic Colors of #3E286D
Black with #3E286D
Text Example
Text Example
White with #3E286D
Text Example
Text Example
HTML Codes & Css Web 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>