Shades of Windsor #3E2077
Tints of Windsor #3E2077
RGB
CMYK
RGB Variations
Color information
#3E2077 (or 0x3E2077) is known color: Windsor. HEX triplet: 3E, 20 and 77. RGB value is (62,32,119). Sum of RGB (Red+Green+Blue) = 62+32+119=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E2077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2077 is #C1DF88. Grayscale: #323232. Windows color (decimal): -12705673 or 7807038. OLE color: 7807038.
HSL color Cylindrical-coordinate representation of color #3E2077: hue angle of 260.69º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E2077 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 32 | 119 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.53 |
| HSL | 260.69º | 0.58% | 0.3% | - |
| HSV(B) | 260.69º | 0.73% | 0.47% | - |
| XYZ | 5.83 | 3.39 | 17.8 | - |
| YUV | 50.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 119 | 0.48 | 0.73 | 0 | 0.53 | 260.69 | 0.58 | 0.3 |
| Hex | 3E | 20 | 77 | 30 | 49 | 0 | 35 | 105 | 3A | 1E |
| Octal | 76 | 40 | 167 | 60 | 111 | 0 | 65 | 405 | 72 | 36 |
| Binary | 111110 | 100000 | 1110111 | 110000 | 1001001 | 0 | 110101 | 100000101 | 111010 | 11110 |
Color Harmonies of #3E2077
Complementary color
Monochromatic Colors of #3E2077
Black with #3E2077
Text Example
Text Example
White with #3E2077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2077; }
p { color: rgb(62,32,119); }
H1.HeaderClassName
{
color: #3E2077;
}
.AnyTagClassName
{
color: #3E2077;
}
</style>
background-color css
<style>
a { background-color: #3E2077; }
a { background-color: rgb(62,32,119); }
div.DivClassName
{
background-color: #3E2077;
}
.BgClassName
{
background-color: #3E2077;
}
</style>
border-color css
<style>
span { border-color: #3E2077; }
span { border-color: rgb(62,32,119); }
td.TdClassName
{
border-color: #3E2077;
}
.TagClassName
{
border-color: #3E2077;
}
</style>