Shades of Windsor #3E2172
Tints of Windsor #3E2172
RGB
CMYK
RGB Variations
Color information
#3E2172 (or 0x3E2172) is known color: Windsor. HEX triplet: 3E, 21 and 72. RGB value is (62,33,114). Sum of RGB (Red+Green+Blue) = 62+33+114=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E2172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2172 is #C1DE8D. Grayscale: #323232. Windows color (decimal): -12705422 or 7479614. OLE color: 7479614.
HSL color Cylindrical-coordinate representation of color #3E2172: hue angle of 261.48º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E2172 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 33 | 114 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.55 |
| HSL | 261.48º | 0.55% | 0.29% | - |
| HSV(B) | 261.48º | 0.71% | 0.45% | - |
| XYZ | 5.57 | 3.33 | 16.27 | - |
| YUV | 50.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 33 | 114 | 0.46 | 0.71 | 0 | 0.55 | 261.48 | 0.55 | 0.29 |
| Hex | 3E | 21 | 72 | 2E | 47 | 0 | 37 | 105 | 37 | 1D |
| Octal | 76 | 41 | 162 | 56 | 107 | 0 | 67 | 405 | 67 | 35 |
| Binary | 111110 | 100001 | 1110010 | 101110 | 1000111 | 0 | 110111 | 100000101 | 110111 | 11101 |
Color Harmonies of #3E2172
Complementary color
Monochromatic Colors of #3E2172
Black with #3E2172
Text Example
Text Example
White with #3E2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2172; }
p { color: rgb(62,33,114); }
H1.HeaderClassName
{
color: #3E2172;
}
.AnyTagClassName
{
color: #3E2172;
}
</style>
background-color css
<style>
a { background-color: #3E2172; }
a { background-color: rgb(62,33,114); }
div.DivClassName
{
background-color: #3E2172;
}
.BgClassName
{
background-color: #3E2172;
}
</style>
border-color css
<style>
span { border-color: #3E2172; }
span { border-color: rgb(62,33,114); }
td.TdClassName
{
border-color: #3E2172;
}
.TagClassName
{
border-color: #3E2172;
}
</style>