Shades of Windsor #3E207F
Tints of Windsor #3E207F
RGB
CMYK
RGB Variations
Color information
#3E207F (or 0x3E207F) is known color: Windsor. HEX triplet: 3E, 20 and 7F. RGB value is (62,32,127). Sum of RGB (Red+Green+Blue) = 62+32+127=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E207F is #C1DF80. Grayscale: #333333. Windows color (decimal): -12705665 or 8331326. OLE color: 8331326.
HSL color Cylindrical-coordinate representation of color #3E207F: hue angle of 258.95º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E207F is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 32 | 127 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.50 |
| HSL | 258.95º | 0.6% | 0.31% | - |
| HSV(B) | 258.95º | 0.75% | 0.5% | - |
| XYZ | 6.33 | 3.59 | 20.44 | - |
| YUV | 51.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 127 | 0.51 | 0.75 | 0 | 0.50 | 258.95 | 0.6 | 0.31 |
| Hex | 3E | 20 | 7F | 33 | 4B | 0 | 32 | 103 | 3C | 1F |
| Octal | 76 | 40 | 177 | 63 | 113 | 0 | 62 | 403 | 74 | 37 |
| Binary | 111110 | 100000 | 1111111 | 110011 | 1001011 | 0 | 110010 | 100000011 | 111100 | 11111 |
Color Harmonies of #3E207F
Complementary color
Monochromatic Colors of #3E207F
Black with #3E207F
Text Example
Text Example
White with #3E207F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E207F; }
p { color: rgb(62,32,127); }
H1.HeaderClassName
{
color: #3E207F;
}
.AnyTagClassName
{
color: #3E207F;
}
</style>
background-color css
<style>
a { background-color: #3E207F; }
a { background-color: rgb(62,32,127); }
div.DivClassName
{
background-color: #3E207F;
}
.BgClassName
{
background-color: #3E207F;
}
</style>
border-color css
<style>
span { border-color: #3E207F; }
span { border-color: rgb(62,32,127); }
td.TdClassName
{
border-color: #3E207F;
}
.TagClassName
{
border-color: #3E207F;
}
</style>