Shades of Windsor #3E1F7E
Tints of Windsor #3E1F7E
RGB
CMYK
RGB Variations
Color information
#3E1F7E (or 0x3E1F7E) is known color: Windsor. HEX triplet: 3E, 1F and 7E. RGB value is (62,31,126). Sum of RGB (Red+Green+Blue) = 62+31+126=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E1F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1F7E is #C1E081. Grayscale: #323232. Windows color (decimal): -12705922 or 8265534. OLE color: 8265534.
HSL color Cylindrical-coordinate representation of color #3E1F7E: hue angle of 259.58º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E1F7E is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 31 | 126 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.51 |
| HSL | 259.58º | 0.61% | 0.31% | - |
| HSV(B) | 259.58º | 0.75% | 0.49% | - |
| XYZ | 6.24 | 3.51 | 20.09 | - |
| YUV | 51.1 | 170.27 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 126 | 0.51 | 0.75 | 0 | 0.51 | 259.58 | 0.61 | 0.31 |
| Hex | 3E | 1F | 7E | 33 | 4B | 0 | 33 | 104 | 3D | 1F |
| Octal | 76 | 37 | 176 | 63 | 113 | 0 | 63 | 404 | 75 | 37 |
| Binary | 111110 | 11111 | 1111110 | 110011 | 1001011 | 0 | 110011 | 100000100 | 111101 | 11111 |
Color Harmonies of #3E1F7E
Complementary color
Monochromatic Colors of #3E1F7E
Black with #3E1F7E
Text Example
Text Example
White with #3E1F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1F7E; }
p { color: rgb(62,31,126); }
H1.HeaderClassName
{
color: #3E1F7E;
}
.AnyTagClassName
{
color: #3E1F7E;
}
</style>
background-color css
<style>
a { background-color: #3E1F7E; }
a { background-color: rgb(62,31,126); }
div.DivClassName
{
background-color: #3E1F7E;
}
.BgClassName
{
background-color: #3E1F7E;
}
</style>
border-color css
<style>
span { border-color: #3E1F7E; }
span { border-color: rgb(62,31,126); }
td.TdClassName
{
border-color: #3E1F7E;
}
.TagClassName
{
border-color: #3E1F7E;
}
</style>