Shades of Windsor #412E72
Tints of Windsor #412E72
RGB
CMYK
RGB Variations
Color information
#412E72 (or 0x412E72) is known color: Windsor. HEX triplet: 41, 2E and 72. RGB value is (65,46,114). Sum of RGB (Red+Green+Blue) = 65+46+114=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #412E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E72 is #BED18D. Grayscale: #3B3B3B. Windows color (decimal): -12505486 or 7482945. OLE color: 7482945.
HSL color Cylindrical-coordinate representation of color #412E72: hue angle of 256.76º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412E72 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 46 | 114 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.55 |
| HSL | 256.76º | 0.43% | 0.31% | - |
| HSV(B) | 256.76º | 0.6% | 0.45% | - |
| XYZ | 6.19 | 4.29 | 16.42 | - |
| YUV | 59.43 | 158.79 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 114 | 0.43 | 0.60 | 0 | 0.55 | 256.76 | 0.43 | 0.31 |
| Hex | 41 | 2E | 72 | 2B | 3C | 0 | 37 | 101 | 2A | 1F |
| Octal | 101 | 56 | 162 | 53 | 74 | 0 | 67 | 401 | 52 | 37 |
| Binary | 1000001 | 101110 | 1110010 | 101011 | 111100 | 0 | 110111 | 100000001 | 101010 | 11111 |
Color Harmonies of #412E72
Complementary color
Monochromatic Colors of #412E72
Black with #412E72
Text Example
Text Example
White with #412E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E72; }
p { color: rgb(65,46,114); }
H1.HeaderClassName
{
color: #412E72;
}
.AnyTagClassName
{
color: #412E72;
}
</style>
background-color css
<style>
a { background-color: #412E72; }
a { background-color: rgb(65,46,114); }
div.DivClassName
{
background-color: #412E72;
}
.BgClassName
{
background-color: #412E72;
}
</style>
border-color css
<style>
span { border-color: #412E72; }
span { border-color: rgb(65,46,114); }
td.TdClassName
{
border-color: #412E72;
}
.TagClassName
{
border-color: #412E72;
}
</style>