Shades of Windsor #3F246E
Tints of Windsor #3F246E
RGB
CMYK
RGB Variations
Color information
#3F246E (or 0x3F246E) is known color: Windsor. HEX triplet: 3F, 24 and 6E. RGB value is (63,36,110). Sum of RGB (Red+Green+Blue) = 63+36+110=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F246E is #C0DB91. Grayscale: #343434. Windows color (decimal): -12639122 or 7218239. OLE color: 7218239.
HSL color Cylindrical-coordinate representation of color #3F246E: hue angle of 261.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F246E is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 36 | 110 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.57 |
| HSL | 261.89º | 0.51% | 0.29% | - |
| HSV(B) | 261.89º | 0.67% | 0.43% | - |
| XYZ | 5.5 | 3.44 | 15.13 | - |
| YUV | 52.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 110 | 0.43 | 0.67 | 0 | 0.57 | 261.89 | 0.51 | 0.29 |
| Hex | 3F | 24 | 6E | 2B | 43 | 0 | 39 | 106 | 33 | 1D |
| Octal | 77 | 44 | 156 | 53 | 103 | 0 | 71 | 406 | 63 | 35 |
| Binary | 111111 | 100100 | 1101110 | 101011 | 1000011 | 0 | 111001 | 100000110 | 110011 | 11101 |
Color Harmonies of #3F246E
Complementary color
Monochromatic Colors of #3F246E
Black with #3F246E
Text Example
Text Example
White with #3F246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F246E; }
p { color: rgb(63,36,110); }
H1.HeaderClassName
{
color: #3F246E;
}
.AnyTagClassName
{
color: #3F246E;
}
</style>
background-color css
<style>
a { background-color: #3F246E; }
a { background-color: rgb(63,36,110); }
div.DivClassName
{
background-color: #3F246E;
}
.BgClassName
{
background-color: #3F246E;
}
</style>
border-color css
<style>
span { border-color: #3F246E; }
span { border-color: rgb(63,36,110); }
td.TdClassName
{
border-color: #3F246E;
}
.TagClassName
{
border-color: #3F246E;
}
</style>