Shades of Windsor #412A84
Tints of Windsor #412A84
RGB
CMYK
RGB Variations
Color information
#412A84 (or 0x412A84) is known color: Windsor. HEX triplet: 41, 2A and 84. RGB value is (65,42,132). Sum of RGB (Red+Green+Blue) = 65+42+132=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #412A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412A84 is #BED57B. Grayscale: #3A3A3A. Windows color (decimal): -12506492 or 8661569. OLE color: 8661569.
HSL color Cylindrical-coordinate representation of color #412A84: hue angle of 255.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412A84 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 42 | 132 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.48 |
| HSL | 255.33º | 0.52% | 0.34% | - |
| HSV(B) | 255.33º | 0.68% | 0.52% | - |
| XYZ | 7.17 | 4.45 | 22.31 | - |
| YUV | 59.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 132 | 0.51 | 0.68 | 0 | 0.48 | 255.33 | 0.52 | 0.34 |
| Hex | 41 | 2A | 84 | 33 | 44 | 0 | 30 | FF | 34 | 22 |
| Octal | 101 | 52 | 204 | 63 | 104 | 0 | 60 | 377 | 64 | 42 |
| Binary | 1000001 | 101010 | 10000100 | 110011 | 1000100 | 0 | 110000 | 11111111 | 110100 | 100010 |
Color Harmonies of #412A84
Complementary color
Monochromatic Colors of #412A84
Black with #412A84
Text Example
Text Example
White with #412A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A84; }
p { color: rgb(65,42,132); }
H1.HeaderClassName
{
color: #412A84;
}
.AnyTagClassName
{
color: #412A84;
}
</style>
background-color css
<style>
a { background-color: #412A84; }
a { background-color: rgb(65,42,132); }
div.DivClassName
{
background-color: #412A84;
}
.BgClassName
{
background-color: #412A84;
}
</style>
border-color css
<style>
span { border-color: #412A84; }
span { border-color: rgb(65,42,132); }
td.TdClassName
{
border-color: #412A84;
}
.TagClassName
{
border-color: #412A84;
}
</style>