Shades of Windsor #3F2089
Tints of Windsor #3F2089
RGB
CMYK
RGB Variations
Color information
#3F2089 (or 0x3F2089) is known color: Windsor. HEX triplet: 3F, 20 and 89. RGB value is (63,32,137). Sum of RGB (Red+Green+Blue) = 63+32+137=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F2089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2089 is #C0DF76. Grayscale: #343434. Windows color (decimal): -12640119 or 8986687. OLE color: 8986687.
HSL color Cylindrical-coordinate representation of color #3F2089: hue angle of 257.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F2089 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 32 | 137 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.46 |
| HSL | 257.71º | 0.62% | 0.33% | - |
| HSV(B) | 257.71º | 0.77% | 0.54% | - |
| XYZ | 7.08 | 3.9 | 24.05 | - |
| YUV | 53.24 | 175.27 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 137 | 0.54 | 0.77 | 0 | 0.46 | 257.71 | 0.62 | 0.33 |
| Hex | 3F | 20 | 89 | 36 | 4D | 0 | 2E | 102 | 3E | 21 |
| Octal | 77 | 40 | 211 | 66 | 115 | 0 | 56 | 402 | 76 | 41 |
| Binary | 111111 | 100000 | 10001001 | 110110 | 1001101 | 0 | 101110 | 100000010 | 111110 | 100001 |
Color Harmonies of #3F2089
Complementary color
Monochromatic Colors of #3F2089
Black with #3F2089
Text Example
Text Example
White with #3F2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2089; }
p { color: rgb(63,32,137); }
H1.HeaderClassName
{
color: #3F2089;
}
.AnyTagClassName
{
color: #3F2089;
}
</style>
background-color css
<style>
a { background-color: #3F2089; }
a { background-color: rgb(63,32,137); }
div.DivClassName
{
background-color: #3F2089;
}
.BgClassName
{
background-color: #3F2089;
}
</style>
border-color css
<style>
span { border-color: #3F2089; }
span { border-color: rgb(63,32,137); }
td.TdClassName
{
border-color: #3F2089;
}
.TagClassName
{
border-color: #3F2089;
}
</style>