Shades of Windsor #3F2187
Tints of Windsor #3F2187
RGB
CMYK
RGB Variations
Color information
#3F2187 (or 0x3F2187) is known color: Windsor. HEX triplet: 3F, 21 and 87. RGB value is (63,33,135). Sum of RGB (Red+Green+Blue) = 63+33+135=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F2187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2187 is #C0DE78. Grayscale: #353535. Windows color (decimal): -12639865 or 8855871. OLE color: 8855871.
HSL color Cylindrical-coordinate representation of color #3F2187: hue angle of 257.65º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F2187 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 33 | 135 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.47 |
| HSL | 257.65º | 0.61% | 0.33% | - |
| HSV(B) | 257.65º | 0.76% | 0.53% | - |
| XYZ | 6.97 | 3.89 | 23.31 | - |
| YUV | 53.6 | 173.94 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 135 | 0.53 | 0.76 | 0 | 0.47 | 257.65 | 0.61 | 0.33 |
| Hex | 3F | 21 | 87 | 35 | 4C | 0 | 2F | 102 | 3D | 21 |
| Octal | 77 | 41 | 207 | 65 | 114 | 0 | 57 | 402 | 75 | 41 |
| Binary | 111111 | 100001 | 10000111 | 110101 | 1001100 | 0 | 101111 | 100000010 | 111101 | 100001 |
Color Harmonies of #3F2187
Complementary color
Monochromatic Colors of #3F2187
Black with #3F2187
Text Example
Text Example
White with #3F2187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2187; }
p { color: rgb(63,33,135); }
H1.HeaderClassName
{
color: #3F2187;
}
.AnyTagClassName
{
color: #3F2187;
}
</style>
background-color css
<style>
a { background-color: #3F2187; }
a { background-color: rgb(63,33,135); }
div.DivClassName
{
background-color: #3F2187;
}
.BgClassName
{
background-color: #3F2187;
}
</style>
border-color css
<style>
span { border-color: #3F2187; }
span { border-color: rgb(63,33,135); }
td.TdClassName
{
border-color: #3F2187;
}
.TagClassName
{
border-color: #3F2187;
}
</style>