Shades of Windsor #3F2386
Tints of Windsor #3F2386
RGB
CMYK
RGB Variations
Color information
#3F2386 (or 0x3F2386) is known color: Windsor. HEX triplet: 3F, 23 and 86. RGB value is (63,35,134). Sum of RGB (Red+Green+Blue) = 63+35+134=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 134 (52.73% from 255 or 57.76% from 232); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F2386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2386 is #C0DC79. Grayscale: #363636. Windows color (decimal): -12639354 or 8790847. OLE color: 8790847.
HSL color Cylindrical-coordinate representation of color #3F2386: hue angle of 256.97º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F2386 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 35 | 134 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.47 |
| HSL | 256.97º | 0.59% | 0.33% | - |
| HSV(B) | 256.97º | 0.74% | 0.53% | - |
| XYZ | 6.95 | 3.98 | 22.96 | - |
| YUV | 54.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 134 | 0.53 | 0.74 | 0 | 0.47 | 256.97 | 0.59 | 0.33 |
| Hex | 3F | 23 | 86 | 35 | 4A | 0 | 2F | 101 | 3B | 21 |
| Octal | 77 | 43 | 206 | 65 | 112 | 0 | 57 | 401 | 73 | 41 |
| Binary | 111111 | 100011 | 10000110 | 110101 | 1001010 | 0 | 101111 | 100000001 | 111011 | 100001 |
Color Harmonies of #3F2386
Complementary color
Monochromatic Colors of #3F2386
Black with #3F2386
Text Example
Text Example
White with #3F2386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2386; }
p { color: rgb(63,35,134); }
H1.HeaderClassName
{
color: #3F2386;
}
.AnyTagClassName
{
color: #3F2386;
}
</style>
background-color css
<style>
a { background-color: #3F2386; }
a { background-color: rgb(63,35,134); }
div.DivClassName
{
background-color: #3F2386;
}
.BgClassName
{
background-color: #3F2386;
}
</style>
border-color css
<style>
span { border-color: #3F2386; }
span { border-color: rgb(63,35,134); }
td.TdClassName
{
border-color: #3F2386;
}
.TagClassName
{
border-color: #3F2386;
}
</style>