Shades of Windsor #3F2173
Tints of Windsor #3F2173
RGB
CMYK
RGB Variations
Color information
#3F2173 (or 0x3F2173) is known color: Windsor. HEX triplet: 3F, 21 and 73. RGB value is (63,33,115). Sum of RGB (Red+Green+Blue) = 63+33+115=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F2173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2173 is #C0DE8C. Grayscale: #333333. Windows color (decimal): -12639885 or 7545151. OLE color: 7545151.
HSL color Cylindrical-coordinate representation of color #3F2173: hue angle of 261.95º 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 #3F2173 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 33 | 115 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.55 |
| HSL | 261.95º | 0.55% | 0.29% | - |
| HSV(B) | 261.95º | 0.71% | 0.45% | - |
| XYZ | 5.69 | 3.38 | 16.57 | - |
| YUV | 51.32 | 163.94 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 115 | 0.45 | 0.71 | 0 | 0.55 | 261.95 | 0.55 | 0.29 |
| Hex | 3F | 21 | 73 | 2D | 47 | 0 | 37 | 106 | 37 | 1D |
| Octal | 77 | 41 | 163 | 55 | 107 | 0 | 67 | 406 | 67 | 35 |
| Binary | 111111 | 100001 | 1110011 | 101101 | 1000111 | 0 | 110111 | 100000110 | 110111 | 11101 |
Color Harmonies of #3F2173
Complementary color
Monochromatic Colors of #3F2173
Black with #3F2173
Text Example
Text Example
White with #3F2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2173; }
p { color: rgb(63,33,115); }
H1.HeaderClassName
{
color: #3F2173;
}
.AnyTagClassName
{
color: #3F2173;
}
</style>
background-color css
<style>
a { background-color: #3F2173; }
a { background-color: rgb(63,33,115); }
div.DivClassName
{
background-color: #3F2173;
}
.BgClassName
{
background-color: #3F2173;
}
</style>
border-color css
<style>
span { border-color: #3F2173; }
span { border-color: rgb(63,33,115); }
td.TdClassName
{
border-color: #3F2173;
}
.TagClassName
{
border-color: #3F2173;
}
</style>