Shades of Windsor #3E1E7A
Tints of Windsor #3E1E7A
RGB
CMYK
RGB Variations
Color information
#3E1E7A (or 0x3E1E7A) is known color: Windsor. HEX triplet: 3E, 1E and 7A. RGB value is (62,30,122). Sum of RGB (Red+Green+Blue) = 62+30+122=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E1E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1E7A is #C1E185. Grayscale: #313131. Windows color (decimal): -12706182 or 8003134. OLE color: 8003134.
HSL color Cylindrical-coordinate representation of color #3E1E7A: hue angle of 260.87º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E1E7A is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 30 | 122 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.52 |
| HSL | 260.87º | 0.61% | 0.3% | - |
| HSV(B) | 260.87º | 0.75% | 0.48% | - |
| XYZ | 5.96 | 3.36 | 18.75 | - |
| YUV | 50.06 | 168.6 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 122 | 0.49 | 0.75 | 0 | 0.52 | 260.87 | 0.61 | 0.3 |
| Hex | 3E | 1E | 7A | 31 | 4B | 0 | 34 | 105 | 3D | 1E |
| Octal | 76 | 36 | 172 | 61 | 113 | 0 | 64 | 405 | 75 | 36 |
| Binary | 111110 | 11110 | 1111010 | 110001 | 1001011 | 0 | 110100 | 100000101 | 111101 | 11110 |
Color Harmonies of #3E1E7A
Complementary color
Monochromatic Colors of #3E1E7A
Black with #3E1E7A
Text Example
Text Example
White with #3E1E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1E7A; }
p { color: rgb(62,30,122); }
H1.HeaderClassName
{
color: #3E1E7A;
}
.AnyTagClassName
{
color: #3E1E7A;
}
</style>
background-color css
<style>
a { background-color: #3E1E7A; }
a { background-color: rgb(62,30,122); }
div.DivClassName
{
background-color: #3E1E7A;
}
.BgClassName
{
background-color: #3E1E7A;
}
</style>
border-color css
<style>
span { border-color: #3E1E7A; }
span { border-color: rgb(62,30,122); }
td.TdClassName
{
border-color: #3E1E7A;
}
.TagClassName
{
border-color: #3E1E7A;
}
</style>