Shades of Windsor #3F2274
Tints of Windsor #3F2274
RGB
CMYK
RGB Variations
Color information
#3F2274 (or 0x3F2274) is known color: Windsor. HEX triplet: 3F, 22 and 74. RGB value is (63,34,116). Sum of RGB (Red+Green+Blue) = 63+34+116=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F2274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2274 is #C0DD8B. Grayscale: #333333. Windows color (decimal): -12639628 or 7610943. OLE color: 7610943.
HSL color Cylindrical-coordinate representation of color #3F2274: hue angle of 261.22º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F2274 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 34 | 116 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.55 |
| HSL | 261.22º | 0.55% | 0.29% | - |
| HSV(B) | 261.22º | 0.71% | 0.45% | - |
| XYZ | 5.77 | 3.46 | 16.89 | - |
| YUV | 52.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 116 | 0.46 | 0.71 | 0 | 0.55 | 261.22 | 0.55 | 0.29 |
| Hex | 3F | 22 | 74 | 2E | 47 | 0 | 37 | 105 | 37 | 1D |
| Octal | 77 | 42 | 164 | 56 | 107 | 0 | 67 | 405 | 67 | 35 |
| Binary | 111111 | 100010 | 1110100 | 101110 | 1000111 | 0 | 110111 | 100000101 | 110111 | 11101 |
Color Harmonies of #3F2274
Complementary color
Monochromatic Colors of #3F2274
Black with #3F2274
Text Example
Text Example
White with #3F2274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2274; }
p { color: rgb(63,34,116); }
H1.HeaderClassName
{
color: #3F2274;
}
.AnyTagClassName
{
color: #3F2274;
}
</style>
background-color css
<style>
a { background-color: #3F2274; }
a { background-color: rgb(63,34,116); }
div.DivClassName
{
background-color: #3F2274;
}
.BgClassName
{
background-color: #3F2274;
}
</style>
border-color css
<style>
span { border-color: #3F2274; }
span { border-color: rgb(63,34,116); }
td.TdClassName
{
border-color: #3F2274;
}
.TagClassName
{
border-color: #3F2274;
}
</style>