Shades of Windsor #3E1E7B
Tints of Windsor #3E1E7B
RGB
CMYK
RGB Variations
Color information
#3E1E7B (or 0x3E1E7B) is known color: Windsor. HEX triplet: 3E, 1E and 7B. RGB value is (62,30,123). Sum of RGB (Red+Green+Blue) = 62+30+123=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E1E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1E7B is #C1E184. Grayscale: #313131. Windows color (decimal): -12706181 or 8068670. OLE color: 8068670.
HSL color Cylindrical-coordinate representation of color #3E1E7B: hue angle of 260.65º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E1E7B is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 30 | 123 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.52 |
| HSL | 260.65º | 0.61% | 0.3% | - |
| HSV(B) | 260.65º | 0.76% | 0.48% | - |
| XYZ | 6.03 | 3.38 | 19.07 | - |
| YUV | 50.17 | 169.1 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 123 | 0.50 | 0.76 | 0 | 0.52 | 260.65 | 0.61 | 0.3 |
| Hex | 3E | 1E | 7B | 32 | 4C | 0 | 34 | 105 | 3D | 1E |
| Octal | 76 | 36 | 173 | 62 | 114 | 0 | 64 | 405 | 75 | 36 |
| Binary | 111110 | 11110 | 1111011 | 110010 | 1001100 | 0 | 110100 | 100000101 | 111101 | 11110 |
Color Harmonies of #3E1E7B
Complementary color
Monochromatic Colors of #3E1E7B
Black with #3E1E7B
Text Example
Text Example
White with #3E1E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1E7B; }
p { color: rgb(62,30,123); }
H1.HeaderClassName
{
color: #3E1E7B;
}
.AnyTagClassName
{
color: #3E1E7B;
}
</style>
background-color css
<style>
a { background-color: #3E1E7B; }
a { background-color: rgb(62,30,123); }
div.DivClassName
{
background-color: #3E1E7B;
}
.BgClassName
{
background-color: #3E1E7B;
}
</style>
border-color css
<style>
span { border-color: #3E1E7B; }
span { border-color: rgb(62,30,123); }
td.TdClassName
{
border-color: #3E1E7B;
}
.TagClassName
{
border-color: #3E1E7B;
}
</style>