Shades of Windsor #3E2B71
Tints of Windsor #3E2B71
RGB
CMYK
RGB Variations
Color information
#3E2B71 (or 0x3E2B71) is known color: Windsor. HEX triplet: 3E, 2B and 71. RGB value is (62,43,113). Sum of RGB (Red+Green+Blue) = 62+43+113=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E2B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2B71 is #C1D48E. Grayscale: #383838. Windows color (decimal): -12702863 or 7416638. OLE color: 7416638.
HSL color Cylindrical-coordinate representation of color #3E2B71: hue angle of 256.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E2B71 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 43 | 113 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.56 |
| HSL | 256.29º | 0.45% | 0.31% | - |
| HSV(B) | 256.29º | 0.62% | 0.44% | - |
| XYZ | 5.83 | 3.94 | 16.08 | - |
| YUV | 56.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 113 | 0.45 | 0.62 | 0 | 0.56 | 256.29 | 0.45 | 0.31 |
| Hex | 3E | 2B | 71 | 2D | 3E | 0 | 38 | 100 | 2D | 1F |
| Octal | 76 | 53 | 161 | 55 | 76 | 0 | 70 | 400 | 55 | 37 |
| Binary | 111110 | 101011 | 1110001 | 101101 | 111110 | 0 | 111000 | 100000000 | 101101 | 11111 |
Color Harmonies of #3E2B71
Complementary color
Monochromatic Colors of #3E2B71
Black with #3E2B71
Text Example
Text Example
White with #3E2B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B71; }
p { color: rgb(62,43,113); }
H1.HeaderClassName
{
color: #3E2B71;
}
.AnyTagClassName
{
color: #3E2B71;
}
</style>
background-color css
<style>
a { background-color: #3E2B71; }
a { background-color: rgb(62,43,113); }
div.DivClassName
{
background-color: #3E2B71;
}
.BgClassName
{
background-color: #3E2B71;
}
</style>
border-color css
<style>
span { border-color: #3E2B71; }
span { border-color: rgb(62,43,113); }
td.TdClassName
{
border-color: #3E2B71;
}
.TagClassName
{
border-color: #3E2B71;
}
</style>