Shades of Windsor #3E2471
Tints of Windsor #3E2471
RGB
CMYK
RGB Variations
Color information
#3E2471 (or 0x3E2471) is known color: Windsor. HEX triplet: 3E, 24 and 71. RGB value is (62,36,113). Sum of RGB (Red+Green+Blue) = 62+36+113=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2471 is #C1DB8E. Grayscale: #343434. Windows color (decimal): -12704655 or 7414846. OLE color: 7414846.
HSL color Cylindrical-coordinate representation of color #3E2471: hue angle of 260.26º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E2471 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 36 | 113 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.56 |
| HSL | 260.26º | 0.52% | 0.29% | - |
| HSV(B) | 260.26º | 0.68% | 0.44% | - |
| XYZ | 5.6 | 3.48 | 16 | - |
| YUV | 52.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 113 | 0.45 | 0.68 | 0 | 0.56 | 260.26 | 0.52 | 0.29 |
| Hex | 3E | 24 | 71 | 2D | 44 | 0 | 38 | 104 | 34 | 1D |
| Octal | 76 | 44 | 161 | 55 | 104 | 0 | 70 | 404 | 64 | 35 |
| Binary | 111110 | 100100 | 1110001 | 101101 | 1000100 | 0 | 111000 | 100000100 | 110100 | 11101 |
Color Harmonies of #3E2471
Complementary color
Monochromatic Colors of #3E2471
Black with #3E2471
Text Example
Text Example
White with #3E2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2471; }
p { color: rgb(62,36,113); }
H1.HeaderClassName
{
color: #3E2471;
}
.AnyTagClassName
{
color: #3E2471;
}
</style>
background-color css
<style>
a { background-color: #3E2471; }
a { background-color: rgb(62,36,113); }
div.DivClassName
{
background-color: #3E2471;
}
.BgClassName
{
background-color: #3E2471;
}
</style>
border-color css
<style>
span { border-color: #3E2471; }
span { border-color: rgb(62,36,113); }
td.TdClassName
{
border-color: #3E2471;
}
.TagClassName
{
border-color: #3E2471;
}
</style>