Shades of Windsor #3F2589
Tints of Windsor #3F2589
RGB
CMYK
RGB Variations
Color information
#3F2589 (or 0x3F2589) is known color: Windsor. HEX triplet: 3F, 25 and 89. RGB value is (63,37,137). Sum of RGB (Red+Green+Blue) = 63+37+137=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F2589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2589 is #C0DA76. Grayscale: #373737. Windows color (decimal): -12638839 or 8987967. OLE color: 8987967.
HSL color Cylindrical-coordinate representation of color #3F2589: hue angle of 255.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F2589 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 37 | 137 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.46 |
| HSL | 255.6º | 0.57% | 0.34% | - |
| HSV(B) | 255.6º | 0.73% | 0.54% | - |
| XYZ | 7.23 | 4.19 | 24.09 | - |
| YUV | 56.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 137 | 0.54 | 0.73 | 0 | 0.46 | 255.6 | 0.57 | 0.34 |
| Hex | 3F | 25 | 89 | 36 | 49 | 0 | 2E | 100 | 39 | 22 |
| Octal | 77 | 45 | 211 | 66 | 111 | 0 | 56 | 400 | 71 | 42 |
| Binary | 111111 | 100101 | 10001001 | 110110 | 1001001 | 0 | 101110 | 100000000 | 111001 | 100010 |
Color Harmonies of #3F2589
Complementary color
Monochromatic Colors of #3F2589
Black with #3F2589
Text Example
Text Example
White with #3F2589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2589; }
p { color: rgb(63,37,137); }
H1.HeaderClassName
{
color: #3F2589;
}
.AnyTagClassName
{
color: #3F2589;
}
</style>
background-color css
<style>
a { background-color: #3F2589; }
a { background-color: rgb(63,37,137); }
div.DivClassName
{
background-color: #3F2589;
}
.BgClassName
{
background-color: #3F2589;
}
</style>
border-color css
<style>
span { border-color: #3F2589; }
span { border-color: rgb(63,37,137); }
td.TdClassName
{
border-color: #3F2589;
}
.TagClassName
{
border-color: #3F2589;
}
</style>