Shades of Windsor #3E217C
Tints of Windsor #3E217C
RGB
CMYK
RGB Variations
Color information
#3E217C (or 0x3E217C) is known color: Windsor. HEX triplet: 3E, 21 and 7C. RGB value is (62,33,124). Sum of RGB (Red+Green+Blue) = 62+33+124=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E217C is #C1DE83. Grayscale: #333333. Windows color (decimal): -12705412 or 8134974. OLE color: 8134974.
HSL color Cylindrical-coordinate representation of color #3E217C: hue angle of 259.12º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E217C is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 33 | 124 | - |
| CMYK | 0.5 | 0.73 | 0 | 0.51 |
| HSL | 259.12º | 0.58% | 0.31% | - |
| HSV(B) | 259.12º | 0.73% | 0.49% | - |
| XYZ | 6.17 | 3.57 | 19.43 | - |
| YUV | 52.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 124 | 0.5 | 0.73 | 0 | 0.51 | 259.12 | 0.58 | 0.31 |
| Hex | 3E | 21 | 7C | 32 | 49 | 0 | 33 | 103 | 3A | 1F |
| Octal | 76 | 41 | 174 | 62 | 111 | 0 | 63 | 403 | 72 | 37 |
| Binary | 111110 | 100001 | 1111100 | 110010 | 1001001 | 0 | 110011 | 100000011 | 111010 | 11111 |
Color Harmonies of #3E217C
Complementary color
Monochromatic Colors of #3E217C
Black with #3E217C
Text Example
Text Example
White with #3E217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E217C; }
p { color: rgb(62,33,124); }
H1.HeaderClassName
{
color: #3E217C;
}
.AnyTagClassName
{
color: #3E217C;
}
</style>
background-color css
<style>
a { background-color: #3E217C; }
a { background-color: rgb(62,33,124); }
div.DivClassName
{
background-color: #3E217C;
}
.BgClassName
{
background-color: #3E217C;
}
</style>
border-color css
<style>
span { border-color: #3E217C; }
span { border-color: rgb(62,33,124); }
td.TdClassName
{
border-color: #3E217C;
}
.TagClassName
{
border-color: #3E217C;
}
</style>