Shades of Windsor #3F217B
Tints of Windsor #3F217B
RGB
CMYK
RGB Variations
Color information
#3F217B (or 0x3F217B) is known color: Windsor. HEX triplet: 3F, 21 and 7B. RGB value is (63,33,123). Sum of RGB (Red+Green+Blue) = 63+33+123=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F217B is #C0DE84. Grayscale: #333333. Windows color (decimal): -12639877 or 8069439. OLE color: 8069439.
HSL color Cylindrical-coordinate representation of color #3F217B: hue angle of 260º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F217B is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 33 | 123 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.52 |
| HSL | 260º | 0.58% | 0.31% | - |
| HSV(B) | 260º | 0.73% | 0.48% | - |
| XYZ | 6.17 | 3.57 | 19.1 | - |
| YUV | 52.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 123 | 0.49 | 0.73 | 0 | 0.52 | 260 | 0.58 | 0.31 |
| Hex | 3F | 21 | 7B | 31 | 49 | 0 | 34 | 104 | 3A | 1F |
| Octal | 77 | 41 | 173 | 61 | 111 | 0 | 64 | 404 | 72 | 37 |
| Binary | 111111 | 100001 | 1111011 | 110001 | 1001001 | 0 | 110100 | 100000100 | 111010 | 11111 |
Color Harmonies of #3F217B
Complementary color
Monochromatic Colors of #3F217B
Black with #3F217B
Text Example
Text Example
White with #3F217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F217B; }
p { color: rgb(63,33,123); }
H1.HeaderClassName
{
color: #3F217B;
}
.AnyTagClassName
{
color: #3F217B;
}
</style>
background-color css
<style>
a { background-color: #3F217B; }
a { background-color: rgb(63,33,123); }
div.DivClassName
{
background-color: #3F217B;
}
.BgClassName
{
background-color: #3F217B;
}
</style>
border-color css
<style>
span { border-color: #3F217B; }
span { border-color: rgb(63,33,123); }
td.TdClassName
{
border-color: #3F217B;
}
.TagClassName
{
border-color: #3F217B;
}
</style>