Shades of Windsor #412884
Tints of Windsor #412884
RGB
CMYK
RGB Variations
Color information
#412884 (or 0x412884) is known color: Windsor. HEX triplet: 41, 28 and 84. RGB value is (65,40,132). Sum of RGB (Red+Green+Blue) = 65+40+132=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #412884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412884 is #BED77B. Grayscale: #393939. Windows color (decimal): -12507004 or 8661057. OLE color: 8661057.
HSL color Cylindrical-coordinate representation of color #412884: hue angle of 256.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #412884 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 40 | 132 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.48 |
| HSL | 256.3º | 0.53% | 0.34% | - |
| HSV(B) | 256.3º | 0.7% | 0.52% | - |
| XYZ | 7.1 | 4.31 | 22.29 | - |
| YUV | 57.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 132 | 0.51 | 0.70 | 0 | 0.48 | 256.3 | 0.53 | 0.34 |
| Hex | 41 | 28 | 84 | 33 | 46 | 0 | 30 | 100 | 35 | 22 |
| Octal | 101 | 50 | 204 | 63 | 106 | 0 | 60 | 400 | 65 | 42 |
| Binary | 1000001 | 101000 | 10000100 | 110011 | 1000110 | 0 | 110000 | 100000000 | 110101 | 100010 |
Color Harmonies of #412884
Complementary color
Monochromatic Colors of #412884
Black with #412884
Text Example
Text Example
White with #412884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412884; }
p { color: rgb(65,40,132); }
H1.HeaderClassName
{
color: #412884;
}
.AnyTagClassName
{
color: #412884;
}
</style>
background-color css
<style>
a { background-color: #412884; }
a { background-color: rgb(65,40,132); }
div.DivClassName
{
background-color: #412884;
}
.BgClassName
{
background-color: #412884;
}
</style>
border-color css
<style>
span { border-color: #412884; }
span { border-color: rgb(65,40,132); }
td.TdClassName
{
border-color: #412884;
}
.TagClassName
{
border-color: #412884;
}
</style>