Shades of Windsor #3F2586
Tints of Windsor #3F2586
RGB
CMYK
RGB Variations
Color information
#3F2586 (or 0x3F2586) is known color: Windsor. HEX triplet: 3F, 25 and 86. RGB value is (63,37,134). Sum of RGB (Red+Green+Blue) = 63+37+134=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F2586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2586 is #C0DA79. Grayscale: #373737. Windows color (decimal): -12638842 or 8791359. OLE color: 8791359.
HSL color Cylindrical-coordinate representation of color #3F2586: hue angle of 256.08º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F2586 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 37 | 134 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.47 |
| HSL | 256.08º | 0.57% | 0.34% | - |
| HSV(B) | 256.08º | 0.72% | 0.53% | - |
| XYZ | 7.01 | 4.1 | 22.98 | - |
| YUV | 55.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 134 | 0.53 | 0.72 | 0 | 0.47 | 256.08 | 0.57 | 0.34 |
| Hex | 3F | 25 | 86 | 35 | 48 | 0 | 2F | 100 | 39 | 22 |
| Octal | 77 | 45 | 206 | 65 | 110 | 0 | 57 | 400 | 71 | 42 |
| Binary | 111111 | 100101 | 10000110 | 110101 | 1001000 | 0 | 101111 | 100000000 | 111001 | 100010 |
Color Harmonies of #3F2586
Complementary color
Monochromatic Colors of #3F2586
Black with #3F2586
Text Example
Text Example
White with #3F2586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2586; }
p { color: rgb(63,37,134); }
H1.HeaderClassName
{
color: #3F2586;
}
.AnyTagClassName
{
color: #3F2586;
}
</style>
background-color css
<style>
a { background-color: #3F2586; }
a { background-color: rgb(63,37,134); }
div.DivClassName
{
background-color: #3F2586;
}
.BgClassName
{
background-color: #3F2586;
}
</style>
border-color css
<style>
span { border-color: #3F2586; }
span { border-color: rgb(63,37,134); }
td.TdClassName
{
border-color: #3F2586;
}
.TagClassName
{
border-color: #3F2586;
}
</style>