Shades of Windsor #3E217D
Tints of Windsor #3E217D
RGB
CMYK
RGB Variations
Color information
#3E217D (or 0x3E217D) is known color: Windsor. HEX triplet: 3E, 21 and 7D. RGB value is (62,33,125). Sum of RGB (Red+Green+Blue) = 62+33+125=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E217D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E217D is #C1DE82. Grayscale: #333333. Windows color (decimal): -12705411 or 8200510. OLE color: 8200510.
HSL color Cylindrical-coordinate representation of color #3E217D: hue angle of 258.91º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E217D is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 33 | 125 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.51 |
| HSL | 258.91º | 0.58% | 0.31% | - |
| HSV(B) | 258.91º | 0.74% | 0.49% | - |
| XYZ | 6.23 | 3.59 | 19.77 | - |
| YUV | 52.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 125 | 0.50 | 0.74 | 0 | 0.51 | 258.91 | 0.58 | 0.31 |
| Hex | 3E | 21 | 7D | 32 | 4A | 0 | 33 | 103 | 3A | 1F |
| Octal | 76 | 41 | 175 | 62 | 112 | 0 | 63 | 403 | 72 | 37 |
| Binary | 111110 | 100001 | 1111101 | 110010 | 1001010 | 0 | 110011 | 100000011 | 111010 | 11111 |
Color Harmonies of #3E217D
Complementary color
Monochromatic Colors of #3E217D
Black with #3E217D
Text Example
Text Example
White with #3E217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E217D; }
p { color: rgb(62,33,125); }
H1.HeaderClassName
{
color: #3E217D;
}
.AnyTagClassName
{
color: #3E217D;
}
</style>
background-color css
<style>
a { background-color: #3E217D; }
a { background-color: rgb(62,33,125); }
div.DivClassName
{
background-color: #3E217D;
}
.BgClassName
{
background-color: #3E217D;
}
</style>
border-color css
<style>
span { border-color: #3E217D; }
span { border-color: rgb(62,33,125); }
td.TdClassName
{
border-color: #3E217D;
}
.TagClassName
{
border-color: #3E217D;
}
</style>