Shades of Windsor #3F2088
Tints of Windsor #3F2088
RGB
CMYK
RGB Variations
Color information
#3F2088 (or 0x3F2088) is known color: Windsor. HEX triplet: 3F, 20 and 88. RGB value is (63,32,136). Sum of RGB (Red+Green+Blue) = 63+32+136=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #3F2088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2088 is #C0DF77. Grayscale: #343434. Windows color (decimal): -12640120 or 8921151. OLE color: 8921151.
HSL color Cylindrical-coordinate representation of color #3F2088: hue angle of 257.88º degrees, saturation: 0.62, 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 #3F2088 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 32 | 136 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.47 |
| HSL | 257.88º | 0.62% | 0.33% | - |
| HSV(B) | 257.88º | 0.76% | 0.53% | - |
| XYZ | 7.01 | 3.87 | 23.67 | - |
| YUV | 53.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 136 | 0.54 | 0.76 | 0 | 0.47 | 257.88 | 0.62 | 0.33 |
| Hex | 3F | 20 | 88 | 36 | 4C | 0 | 2F | 102 | 3E | 21 |
| Octal | 77 | 40 | 210 | 66 | 114 | 0 | 57 | 402 | 76 | 41 |
| Binary | 111111 | 100000 | 10001000 | 110110 | 1001100 | 0 | 101111 | 100000010 | 111110 | 100001 |
Color Harmonies of #3F2088
Complementary color
Monochromatic Colors of #3F2088
Black with #3F2088
Text Example
Text Example
White with #3F2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2088; }
p { color: rgb(63,32,136); }
H1.HeaderClassName
{
color: #3F2088;
}
.AnyTagClassName
{
color: #3F2088;
}
</style>
background-color css
<style>
a { background-color: #3F2088; }
a { background-color: rgb(63,32,136); }
div.DivClassName
{
background-color: #3F2088;
}
.BgClassName
{
background-color: #3F2088;
}
</style>
border-color css
<style>
span { border-color: #3F2088; }
span { border-color: rgb(63,32,136); }
td.TdClassName
{
border-color: #3F2088;
}
.TagClassName
{
border-color: #3F2088;
}
</style>