Shades of Windsor #3F2276
Tints of Windsor #3F2276
RGB
CMYK
RGB Variations
Color information
#3F2276 (or 0x3F2276) is known color: Windsor. HEX triplet: 3F, 22 and 76. RGB value is (63,34,118). Sum of RGB (Red+Green+Blue) = 63+34+118=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F2276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2276 is #C0DD89. Grayscale: #333333. Windows color (decimal): -12639626 or 7742015. OLE color: 7742015.
HSL color Cylindrical-coordinate representation of color #3F2276: hue angle of 260.71º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F2276 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 34 | 118 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.54 |
| HSL | 260.71º | 0.55% | 0.3% | - |
| HSV(B) | 260.71º | 0.71% | 0.46% | - |
| XYZ | 5.89 | 3.51 | 17.51 | - |
| YUV | 52.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 118 | 0.47 | 0.71 | 0 | 0.54 | 260.71 | 0.55 | 0.3 |
| Hex | 3F | 22 | 76 | 2F | 47 | 0 | 36 | 105 | 37 | 1E |
| Octal | 77 | 42 | 166 | 57 | 107 | 0 | 66 | 405 | 67 | 36 |
| Binary | 111111 | 100010 | 1110110 | 101111 | 1000111 | 0 | 110110 | 100000101 | 110111 | 11110 |
Color Harmonies of #3F2276
Complementary color
Monochromatic Colors of #3F2276
Black with #3F2276
Text Example
Text Example
White with #3F2276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2276; }
p { color: rgb(63,34,118); }
H1.HeaderClassName
{
color: #3F2276;
}
.AnyTagClassName
{
color: #3F2276;
}
</style>
background-color css
<style>
a { background-color: #3F2276; }
a { background-color: rgb(63,34,118); }
div.DivClassName
{
background-color: #3F2276;
}
.BgClassName
{
background-color: #3F2276;
}
</style>
border-color css
<style>
span { border-color: #3F2276; }
span { border-color: rgb(63,34,118); }
td.TdClassName
{
border-color: #3F2276;
}
.TagClassName
{
border-color: #3F2276;
}
</style>