Shades of Windsor #3F2275
Tints of Windsor #3F2275
RGB
CMYK
RGB Variations
Color information
#3F2275 (or 0x3F2275) is known color: Windsor. HEX triplet: 3F, 22 and 75. RGB value is (63,34,117). Sum of RGB (Red+Green+Blue) = 63+34+117=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F2275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2275 is #C0DD8A. Grayscale: #333333. Windows color (decimal): -12639627 or 7676479. OLE color: 7676479.
HSL color Cylindrical-coordinate representation of color #3F2275: hue angle of 260.96º 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 #3F2275 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 34 | 117 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.54 |
| HSL | 260.96º | 0.55% | 0.3% | - |
| HSV(B) | 260.96º | 0.71% | 0.46% | - |
| XYZ | 5.83 | 3.49 | 17.19 | - |
| YUV | 52.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 117 | 0.46 | 0.71 | 0 | 0.54 | 260.96 | 0.55 | 0.3 |
| Hex | 3F | 22 | 75 | 2E | 47 | 0 | 36 | 105 | 37 | 1E |
| Octal | 77 | 42 | 165 | 56 | 107 | 0 | 66 | 405 | 67 | 36 |
| Binary | 111111 | 100010 | 1110101 | 101110 | 1000111 | 0 | 110110 | 100000101 | 110111 | 11110 |
Color Harmonies of #3F2275
Complementary color
Monochromatic Colors of #3F2275
Black with #3F2275
Text Example
Text Example
White with #3F2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2275; }
p { color: rgb(63,34,117); }
H1.HeaderClassName
{
color: #3F2275;
}
.AnyTagClassName
{
color: #3F2275;
}
</style>
background-color css
<style>
a { background-color: #3F2275; }
a { background-color: rgb(63,34,117); }
div.DivClassName
{
background-color: #3F2275;
}
.BgClassName
{
background-color: #3F2275;
}
</style>
border-color css
<style>
span { border-color: #3F2275; }
span { border-color: rgb(63,34,117); }
td.TdClassName
{
border-color: #3F2275;
}
.TagClassName
{
border-color: #3F2275;
}
</style>