Shades of Windsor #3F217F
Tints of Windsor #3F217F
RGB
CMYK
RGB Variations
Color information
#3F217F (or 0x3F217F) is known color: Windsor. HEX triplet: 3F, 21 and 7F. RGB value is (63,33,127). Sum of RGB (Red+Green+Blue) = 63+33+127=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F217F is #C0DE80. Grayscale: #343434. Windows color (decimal): -12639873 or 8331583. OLE color: 8331583.
HSL color Cylindrical-coordinate representation of color #3F217F: hue angle of 259.15º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F217F is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 33 | 127 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.50 |
| HSL | 259.15º | 0.59% | 0.31% | - |
| HSV(B) | 259.15º | 0.74% | 0.5% | - |
| XYZ | 6.42 | 3.68 | 20.45 | - |
| YUV | 52.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 127 | 0.50 | 0.74 | 0 | 0.50 | 259.15 | 0.59 | 0.31 |
| Hex | 3F | 21 | 7F | 32 | 4A | 0 | 32 | 103 | 3B | 1F |
| Octal | 77 | 41 | 177 | 62 | 112 | 0 | 62 | 403 | 73 | 37 |
| Binary | 111111 | 100001 | 1111111 | 110010 | 1001010 | 0 | 110010 | 100000011 | 111011 | 11111 |
Color Harmonies of #3F217F
Complementary color
Monochromatic Colors of #3F217F
Black with #3F217F
Text Example
Text Example
White with #3F217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F217F; }
p { color: rgb(63,33,127); }
H1.HeaderClassName
{
color: #3F217F;
}
.AnyTagClassName
{
color: #3F217F;
}
</style>
background-color css
<style>
a { background-color: #3F217F; }
a { background-color: rgb(63,33,127); }
div.DivClassName
{
background-color: #3F217F;
}
.BgClassName
{
background-color: #3F217F;
}
</style>
border-color css
<style>
span { border-color: #3F217F; }
span { border-color: rgb(63,33,127); }
td.TdClassName
{
border-color: #3F217F;
}
.TagClassName
{
border-color: #3F217F;
}
</style>