Shades of Windsor #3F2189
Tints of Windsor #3F2189
RGB
CMYK
RGB Variations
Color information
#3F2189 (or 0x3F2189) is known color: Windsor. HEX triplet: 3F, 21 and 89. RGB value is (63,33,137). Sum of RGB (Red+Green+Blue) = 63+33+137=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F2189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2189 is #C0DE76. Grayscale: #353535. Windows color (decimal): -12639863 or 8986943. OLE color: 8986943.
HSL color Cylindrical-coordinate representation of color #3F2189: hue angle of 257.31º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F2189 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 33 | 137 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.46 |
| HSL | 257.31º | 0.61% | 0.33% | - |
| HSV(B) | 257.31º | 0.76% | 0.54% | - |
| XYZ | 7.11 | 3.95 | 24.05 | - |
| YUV | 53.83 | 174.94 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 137 | 0.54 | 0.76 | 0 | 0.46 | 257.31 | 0.61 | 0.33 |
| Hex | 3F | 21 | 89 | 36 | 4C | 0 | 2E | 101 | 3D | 21 |
| Octal | 77 | 41 | 211 | 66 | 114 | 0 | 56 | 401 | 75 | 41 |
| Binary | 111111 | 100001 | 10001001 | 110110 | 1001100 | 0 | 101110 | 100000001 | 111101 | 100001 |
Color Harmonies of #3F2189
Complementary color
Monochromatic Colors of #3F2189
Black with #3F2189
Text Example
Text Example
White with #3F2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2189; }
p { color: rgb(63,33,137); }
H1.HeaderClassName
{
color: #3F2189;
}
.AnyTagClassName
{
color: #3F2189;
}
</style>
background-color css
<style>
a { background-color: #3F2189; }
a { background-color: rgb(63,33,137); }
div.DivClassName
{
background-color: #3F2189;
}
.BgClassName
{
background-color: #3F2189;
}
</style>
border-color css
<style>
span { border-color: #3F2189; }
span { border-color: rgb(63,33,137); }
td.TdClassName
{
border-color: #3F2189;
}
.TagClassName
{
border-color: #3F2189;
}
</style>