Shades of Windsor #412E70
Tints of Windsor #412E70
RGB
CMYK
RGB Variations
Color information
#412E70 (or 0x412E70) is known color: Windsor. HEX triplet: 41, 2E and 70. RGB value is (65,46,112). Sum of RGB (Red+Green+Blue) = 65+46+112=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #412E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E70 is #BED18F. Grayscale: #3A3A3A. Windows color (decimal): -12505488 or 7351873. OLE color: 7351873.
HSL color Cylindrical-coordinate representation of color #412E70: hue angle of 257.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #412E70 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 46 | 112 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.56 |
| HSL | 257.27º | 0.42% | 0.31% | - |
| HSV(B) | 257.27º | 0.59% | 0.44% | - |
| XYZ | 6.08 | 4.25 | 15.83 | - |
| YUV | 59.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 112 | 0.42 | 0.59 | 0 | 0.56 | 257.27 | 0.42 | 0.31 |
| Hex | 41 | 2E | 70 | 2A | 3B | 0 | 38 | 101 | 2A | 1F |
| Octal | 101 | 56 | 160 | 52 | 73 | 0 | 70 | 401 | 52 | 37 |
| Binary | 1000001 | 101110 | 1110000 | 101010 | 111011 | 0 | 111000 | 100000001 | 101010 | 11111 |
Color Harmonies of #412E70
Complementary color
Monochromatic Colors of #412E70
Black with #412E70
Text Example
Text Example
White with #412E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E70; }
p { color: rgb(65,46,112); }
H1.HeaderClassName
{
color: #412E70;
}
.AnyTagClassName
{
color: #412E70;
}
</style>
background-color css
<style>
a { background-color: #412E70; }
a { background-color: rgb(65,46,112); }
div.DivClassName
{
background-color: #412E70;
}
.BgClassName
{
background-color: #412E70;
}
</style>
border-color css
<style>
span { border-color: #412E70; }
span { border-color: rgb(65,46,112); }
td.TdClassName
{
border-color: #412E70;
}
.TagClassName
{
border-color: #412E70;
}
</style>