Shades of Windsor #3F2470
Tints of Windsor #3F2470
RGB
CMYK
RGB Variations
Color information
#3F2470 (or 0x3F2470) is known color: Windsor. HEX triplet: 3F, 24 and 70. RGB value is (63,36,112). Sum of RGB (Red+Green+Blue) = 63+36+112=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2470 is #C0DB8F. Grayscale: #343434. Windows color (decimal): -12639120 or 7349311. OLE color: 7349311.
HSL color Cylindrical-coordinate representation of color #3F2470: hue angle of 261.32º degrees, saturation: 0.51, 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 #3F2470 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 36 | 112 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.56 |
| HSL | 261.32º | 0.51% | 0.29% | - |
| HSV(B) | 261.32º | 0.68% | 0.44% | - |
| XYZ | 5.61 | 3.49 | 15.71 | - |
| YUV | 52.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 112 | 0.44 | 0.68 | 0 | 0.56 | 261.32 | 0.51 | 0.29 |
| Hex | 3F | 24 | 70 | 2C | 44 | 0 | 38 | 105 | 33 | 1D |
| Octal | 77 | 44 | 160 | 54 | 104 | 0 | 70 | 405 | 63 | 35 |
| Binary | 111111 | 100100 | 1110000 | 101100 | 1000100 | 0 | 111000 | 100000101 | 110011 | 11101 |
Color Harmonies of #3F2470
Complementary color
Monochromatic Colors of #3F2470
Black with #3F2470
Text Example
Text Example
White with #3F2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2470; }
p { color: rgb(63,36,112); }
H1.HeaderClassName
{
color: #3F2470;
}
.AnyTagClassName
{
color: #3F2470;
}
</style>
background-color css
<style>
a { background-color: #3F2470; }
a { background-color: rgb(63,36,112); }
div.DivClassName
{
background-color: #3F2470;
}
.BgClassName
{
background-color: #3F2470;
}
</style>
border-color css
<style>
span { border-color: #3F2470; }
span { border-color: rgb(63,36,112); }
td.TdClassName
{
border-color: #3F2470;
}
.TagClassName
{
border-color: #3F2470;
}
</style>