Shades of Windsor #3F2471
Tints of Windsor #3F2471
RGB
CMYK
RGB Variations
Color information
#3F2471 (or 0x3F2471) is known color: Windsor. HEX triplet: 3F, 24 and 71. RGB value is (63,36,113). Sum of RGB (Red+Green+Blue) = 63+36+113=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2471 is #C0DB8E. Grayscale: #343434. Windows color (decimal): -12639119 or 7414847. OLE color: 7414847.
HSL color Cylindrical-coordinate representation of color #3F2471: hue angle of 261.04º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F2471 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 36 | 113 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.56 |
| HSL | 261.04º | 0.52% | 0.29% | - |
| HSV(B) | 261.04º | 0.68% | 0.44% | - |
| XYZ | 5.66 | 3.51 | 16 | - |
| YUV | 52.85 | 161.95 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 113 | 0.44 | 0.68 | 0 | 0.56 | 261.04 | 0.52 | 0.29 |
| Hex | 3F | 24 | 71 | 2C | 44 | 0 | 38 | 105 | 34 | 1D |
| Octal | 77 | 44 | 161 | 54 | 104 | 0 | 70 | 405 | 64 | 35 |
| Binary | 111111 | 100100 | 1110001 | 101100 | 1000100 | 0 | 111000 | 100000101 | 110100 | 11101 |
Color Harmonies of #3F2471
Complementary color
Monochromatic Colors of #3F2471
Black with #3F2471
Text Example
Text Example
White with #3F2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2471; }
p { color: rgb(63,36,113); }
H1.HeaderClassName
{
color: #3F2471;
}
.AnyTagClassName
{
color: #3F2471;
}
</style>
background-color css
<style>
a { background-color: #3F2471; }
a { background-color: rgb(63,36,113); }
div.DivClassName
{
background-color: #3F2471;
}
.BgClassName
{
background-color: #3F2471;
}
</style>
border-color css
<style>
span { border-color: #3F2471; }
span { border-color: rgb(63,36,113); }
td.TdClassName
{
border-color: #3F2471;
}
.TagClassName
{
border-color: #3F2471;
}
</style>