Shades of Windsor #3F208D
Tints of Windsor #3F208D
RGB
CMYK
RGB Variations
Color information
#3F208D (or 0x3F208D) is known color: Windsor. HEX triplet: 3F, 20 and 8D. RGB value is (63,32,141). Sum of RGB (Red+Green+Blue) = 63+32+141=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F208D is #C0DF72. Grayscale: #353535. Windows color (decimal): -12640115 or 9248831. OLE color: 9248831.
HSL color Cylindrical-coordinate representation of color #3F208D: hue angle of 257.06º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F208D is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 32 | 141 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.45 |
| HSL | 257.06º | 0.63% | 0.34% | - |
| HSV(B) | 257.06º | 0.77% | 0.55% | - |
| XYZ | 7.37 | 4.01 | 25.59 | - |
| YUV | 53.7 | 177.27 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 141 | 0.55 | 0.77 | 0 | 0.45 | 257.06 | 0.63 | 0.34 |
| Hex | 3F | 20 | 8D | 37 | 4D | 0 | 2D | 101 | 3F | 22 |
| Octal | 77 | 40 | 215 | 67 | 115 | 0 | 55 | 401 | 77 | 42 |
| Binary | 111111 | 100000 | 10001101 | 110111 | 1001101 | 0 | 101101 | 100000001 | 111111 | 100010 |
Color Harmonies of #3F208D
Complementary color
Monochromatic Colors of #3F208D
Black with #3F208D
Text Example
Text Example
White with #3F208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F208D; }
p { color: rgb(63,32,141); }
H1.HeaderClassName
{
color: #3F208D;
}
.AnyTagClassName
{
color: #3F208D;
}
</style>
background-color css
<style>
a { background-color: #3F208D; }
a { background-color: rgb(63,32,141); }
div.DivClassName
{
background-color: #3F208D;
}
.BgClassName
{
background-color: #3F208D;
}
</style>
border-color css
<style>
span { border-color: #3F208D; }
span { border-color: rgb(63,32,141); }
td.TdClassName
{
border-color: #3F208D;
}
.TagClassName
{
border-color: #3F208D;
}
</style>