Shades of Windsor #3E1F7C
Tints of Windsor #3E1F7C
RGB
CMYK
RGB Variations
Color information
#3E1F7C (or 0x3E1F7C) is known color: Windsor. HEX triplet: 3E, 1F and 7C. RGB value is (62,31,124). Sum of RGB (Red+Green+Blue) = 62+31+124=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E1F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1F7C is #C1E083. Grayscale: #323232. Windows color (decimal): -12705924 or 8134462. OLE color: 8134462.
HSL color Cylindrical-coordinate representation of color #3E1F7C: hue angle of 260º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E1F7C is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 31 | 124 | - |
| CMYK | 0.5 | 0.75 | 0 | 0.51 |
| HSL | 260º | 0.6% | 0.3% | - |
| HSV(B) | 260º | 0.75% | 0.49% | - |
| XYZ | 6.11 | 3.46 | 19.41 | - |
| YUV | 50.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 124 | 0.5 | 0.75 | 0 | 0.51 | 260 | 0.6 | 0.3 |
| Hex | 3E | 1F | 7C | 32 | 4B | 0 | 33 | 104 | 3C | 1E |
| Octal | 76 | 37 | 174 | 62 | 113 | 0 | 63 | 404 | 74 | 36 |
| Binary | 111110 | 11111 | 1111100 | 110010 | 1001011 | 0 | 110011 | 100000100 | 111100 | 11110 |
Color Harmonies of #3E1F7C
Complementary color
Monochromatic Colors of #3E1F7C
Black with #3E1F7C
Text Example
Text Example
White with #3E1F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1F7C; }
p { color: rgb(62,31,124); }
H1.HeaderClassName
{
color: #3E1F7C;
}
.AnyTagClassName
{
color: #3E1F7C;
}
</style>
background-color css
<style>
a { background-color: #3E1F7C; }
a { background-color: rgb(62,31,124); }
div.DivClassName
{
background-color: #3E1F7C;
}
.BgClassName
{
background-color: #3E1F7C;
}
</style>
border-color css
<style>
span { border-color: #3E1F7C; }
span { border-color: rgb(62,31,124); }
td.TdClassName
{
border-color: #3E1F7C;
}
.TagClassName
{
border-color: #3E1F7C;
}
</style>