Shades of Windsor #3E317C
Tints of Windsor #3E317C
RGB
CMYK
RGB Variations
Color information
#3E317C (or 0x3E317C) is known color: Windsor. HEX triplet: 3E, 31 and 7C. RGB value is (62,49,124). Sum of RGB (Red+Green+Blue) = 62+49+124=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E317C is #C1CE83. Grayscale: #3D3D3D. Windows color (decimal): -12701316 or 8139070. OLE color: 8139070.
HSL color Cylindrical-coordinate representation of color #3E317C: hue angle of 250.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E317C is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 49 | 124 | - |
| CMYK | 0.5 | 0.60 | 0 | 0.51 |
| HSL | 250.4º | 0.43% | 0.34% | - |
| HSV(B) | 250.4º | 0.6% | 0.49% | - |
| XYZ | 6.72 | 4.68 | 19.62 | - |
| YUV | 61.44 | 163.31 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 124 | 0.5 | 0.60 | 0 | 0.51 | 250.4 | 0.43 | 0.34 |
| Hex | 3E | 31 | 7C | 32 | 3C | 0 | 33 | FA | 2B | 22 |
| Octal | 76 | 61 | 174 | 62 | 74 | 0 | 63 | 372 | 53 | 42 |
| Binary | 111110 | 110001 | 1111100 | 110010 | 111100 | 0 | 110011 | 11111010 | 101011 | 100010 |
Color Harmonies of #3E317C
Complementary color
Monochromatic Colors of #3E317C
Black with #3E317C
Text Example
Text Example
White with #3E317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E317C; }
p { color: rgb(62,49,124); }
H1.HeaderClassName
{
color: #3E317C;
}
.AnyTagClassName
{
color: #3E317C;
}
</style>
background-color css
<style>
a { background-color: #3E317C; }
a { background-color: rgb(62,49,124); }
div.DivClassName
{
background-color: #3E317C;
}
.BgClassName
{
background-color: #3E317C;
}
</style>
border-color css
<style>
span { border-color: #3E317C; }
span { border-color: rgb(62,49,124); }
td.TdClassName
{
border-color: #3E317C;
}
.TagClassName
{
border-color: #3E317C;
}
</style>