Shades of Windsor #3E207B
Tints of Windsor #3E207B
RGB
CMYK
RGB Variations
Color information
#3E207B (or 0x3E207B) is known color: Windsor. HEX triplet: 3E, 20 and 7B. RGB value is (62,32,123). Sum of RGB (Red+Green+Blue) = 62+32+123=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E207B is #C1DF84. Grayscale: #333333. Windows color (decimal): -12705669 or 8069182. OLE color: 8069182.
HSL color Cylindrical-coordinate representation of color #3E207B: hue angle of 259.78º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E207B is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 32 | 123 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.52 |
| HSL | 259.78º | 0.59% | 0.3% | - |
| HSV(B) | 259.78º | 0.74% | 0.48% | - |
| XYZ | 6.08 | 3.49 | 19.09 | - |
| YUV | 51.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 123 | 0.50 | 0.74 | 0 | 0.52 | 259.78 | 0.59 | 0.3 |
| Hex | 3E | 20 | 7B | 32 | 4A | 0 | 34 | 104 | 3B | 1E |
| Octal | 76 | 40 | 173 | 62 | 112 | 0 | 64 | 404 | 73 | 36 |
| Binary | 111110 | 100000 | 1111011 | 110010 | 1001010 | 0 | 110100 | 100000100 | 111011 | 11110 |
Color Harmonies of #3E207B
Complementary color
Monochromatic Colors of #3E207B
Black with #3E207B
Text Example
Text Example
White with #3E207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E207B; }
p { color: rgb(62,32,123); }
H1.HeaderClassName
{
color: #3E207B;
}
.AnyTagClassName
{
color: #3E207B;
}
</style>
background-color css
<style>
a { background-color: #3E207B; }
a { background-color: rgb(62,32,123); }
div.DivClassName
{
background-color: #3E207B;
}
.BgClassName
{
background-color: #3E207B;
}
</style>
border-color css
<style>
span { border-color: #3E207B; }
span { border-color: rgb(62,32,123); }
td.TdClassName
{
border-color: #3E207B;
}
.TagClassName
{
border-color: #3E207B;
}
</style>