Shades of Windsor #3E2076
Tints of Windsor #3E2076
RGB
CMYK
RGB Variations
Color information
#3E2076 (or 0x3E2076) is known color: Windsor. HEX triplet: 3E, 20 and 76. RGB value is (62,32,118). Sum of RGB (Red+Green+Blue) = 62+32+118=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E2076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2076 is #C1DF89. Grayscale: #323232. Windows color (decimal): -12705674 or 7741502. OLE color: 7741502.
HSL color Cylindrical-coordinate representation of color #3E2076: hue angle of 260.93º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E2076 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 32 | 118 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.54 |
| HSL | 260.93º | 0.57% | 0.29% | - |
| HSV(B) | 260.93º | 0.73% | 0.46% | - |
| XYZ | 5.77 | 3.37 | 17.48 | - |
| YUV | 50.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 118 | 0.47 | 0.73 | 0 | 0.54 | 260.93 | 0.57 | 0.29 |
| Hex | 3E | 20 | 76 | 2F | 49 | 0 | 36 | 105 | 39 | 1D |
| Octal | 76 | 40 | 166 | 57 | 111 | 0 | 66 | 405 | 71 | 35 |
| Binary | 111110 | 100000 | 1110110 | 101111 | 1001001 | 0 | 110110 | 100000101 | 111001 | 11101 |
Color Harmonies of #3E2076
Complementary color
Monochromatic Colors of #3E2076
Black with #3E2076
Text Example
Text Example
White with #3E2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2076; }
p { color: rgb(62,32,118); }
H1.HeaderClassName
{
color: #3E2076;
}
.AnyTagClassName
{
color: #3E2076;
}
</style>
background-color css
<style>
a { background-color: #3E2076; }
a { background-color: rgb(62,32,118); }
div.DivClassName
{
background-color: #3E2076;
}
.BgClassName
{
background-color: #3E2076;
}
</style>
border-color css
<style>
span { border-color: #3E2076; }
span { border-color: rgb(62,32,118); }
td.TdClassName
{
border-color: #3E2076;
}
.TagClassName
{
border-color: #3E2076;
}
</style>