Shades of Windsor #3E2271
Tints of Windsor #3E2271
RGB
CMYK
RGB Variations
Color information
#3E2271 (or 0x3E2271) is known color: Windsor. HEX triplet: 3E, 22 and 71. RGB value is (62,34,113). Sum of RGB (Red+Green+Blue) = 62+34+113=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E2271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2271 is #C1DD8E. Grayscale: #333333. Windows color (decimal): -12705167 or 7414334. OLE color: 7414334.
HSL color Cylindrical-coordinate representation of color #3E2271: hue angle of 261.27º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E2271 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 34 | 113 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.56 |
| HSL | 261.27º | 0.54% | 0.29% | - |
| HSV(B) | 261.27º | 0.7% | 0.44% | - |
| XYZ | 5.54 | 3.36 | 15.98 | - |
| YUV | 51.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 113 | 0.45 | 0.70 | 0 | 0.56 | 261.27 | 0.54 | 0.29 |
| Hex | 3E | 22 | 71 | 2D | 46 | 0 | 38 | 105 | 36 | 1D |
| Octal | 76 | 42 | 161 | 55 | 106 | 0 | 70 | 405 | 66 | 35 |
| Binary | 111110 | 100010 | 1110001 | 101101 | 1000110 | 0 | 111000 | 100000101 | 110110 | 11101 |
Color Harmonies of #3E2271
Complementary color
Monochromatic Colors of #3E2271
Black with #3E2271
Text Example
Text Example
White with #3E2271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2271; }
p { color: rgb(62,34,113); }
H1.HeaderClassName
{
color: #3E2271;
}
.AnyTagClassName
{
color: #3E2271;
}
</style>
background-color css
<style>
a { background-color: #3E2271; }
a { background-color: rgb(62,34,113); }
div.DivClassName
{
background-color: #3E2271;
}
.BgClassName
{
background-color: #3E2271;
}
</style>
border-color css
<style>
span { border-color: #3E2271; }
span { border-color: rgb(62,34,113); }
td.TdClassName
{
border-color: #3E2271;
}
.TagClassName
{
border-color: #3E2271;
}
</style>