Shades of Windsor #412B84
Tints of Windsor #412B84
RGB
CMYK
RGB Variations
Color information
#412B84 (or 0x412B84) is known color: Windsor. HEX triplet: 41, 2B and 84. RGB value is (65,43,132). Sum of RGB (Red+Green+Blue) = 65+43+132=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #412B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412B84 is #BED47B. Grayscale: #3B3B3B. Windows color (decimal): -12506236 or 8661825. OLE color: 8661825.
HSL color Cylindrical-coordinate representation of color #412B84: hue angle of 254.83º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412B84 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 43 | 132 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.48 |
| HSL | 254.83º | 0.51% | 0.34% | - |
| HSV(B) | 254.83º | 0.67% | 0.52% | - |
| XYZ | 7.21 | 4.52 | 22.32 | - |
| YUV | 59.72 | 168.79 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 132 | 0.51 | 0.67 | 0 | 0.48 | 254.83 | 0.51 | 0.34 |
| Hex | 41 | 2B | 84 | 33 | 43 | 0 | 30 | FF | 33 | 22 |
| Octal | 101 | 53 | 204 | 63 | 103 | 0 | 60 | 377 | 63 | 42 |
| Binary | 1000001 | 101011 | 10000100 | 110011 | 1000011 | 0 | 110000 | 11111111 | 110011 | 100010 |
Color Harmonies of #412B84
Complementary color
Monochromatic Colors of #412B84
Black with #412B84
Text Example
Text Example
White with #412B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412B84; }
p { color: rgb(65,43,132); }
H1.HeaderClassName
{
color: #412B84;
}
.AnyTagClassName
{
color: #412B84;
}
</style>
background-color css
<style>
a { background-color: #412B84; }
a { background-color: rgb(65,43,132); }
div.DivClassName
{
background-color: #412B84;
}
.BgClassName
{
background-color: #412B84;
}
</style>
border-color css
<style>
span { border-color: #412B84; }
span { border-color: rgb(65,43,132); }
td.TdClassName
{
border-color: #412B84;
}
.TagClassName
{
border-color: #412B84;
}
</style>