Shades of Windsor #412170
Tints of Windsor #412170
RGB
CMYK
RGB Variations
Color information
#412170 (or 0x412170) is known color: Windsor. HEX triplet: 41, 21 and 70. RGB value is (65,33,112). Sum of RGB (Red+Green+Blue) = 65+33+112=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #412170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412170 is #BEDE8F. Grayscale: #333333. Windows color (decimal): -12508816 or 7348545. OLE color: 7348545.
HSL color Cylindrical-coordinate representation of color #412170: hue angle of 264.3º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412170 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 33 | 112 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.56 |
| HSL | 264.3º | 0.54% | 0.28% | - |
| HSV(B) | 264.3º | 0.71% | 0.44% | - |
| XYZ | 5.65 | 3.38 | 15.68 | - |
| YUV | 51.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 112 | 0.42 | 0.71 | 0 | 0.56 | 264.3 | 0.54 | 0.28 |
| Hex | 41 | 21 | 70 | 2A | 47 | 0 | 38 | 108 | 36 | 1C |
| Octal | 101 | 41 | 160 | 52 | 107 | 0 | 70 | 410 | 66 | 34 |
| Binary | 1000001 | 100001 | 1110000 | 101010 | 1000111 | 0 | 111000 | 100001000 | 110110 | 11100 |
Color Harmonies of #412170
Complementary color
Monochromatic Colors of #412170
Black with #412170
Text Example
Text Example
White with #412170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412170; }
p { color: rgb(65,33,112); }
H1.HeaderClassName
{
color: #412170;
}
.AnyTagClassName
{
color: #412170;
}
</style>
background-color css
<style>
a { background-color: #412170; }
a { background-color: rgb(65,33,112); }
div.DivClassName
{
background-color: #412170;
}
.BgClassName
{
background-color: #412170;
}
</style>
border-color css
<style>
span { border-color: #412170; }
span { border-color: rgb(65,33,112); }
td.TdClassName
{
border-color: #412170;
}
.TagClassName
{
border-color: #412170;
}
</style>