Shades of Windsor #412889
Tints of Windsor #412889
RGB
CMYK
RGB Variations
Color information
#412889 (or 0x412889) is known color: Windsor. HEX triplet: 41, 28 and 89. RGB value is (65,40,137). Sum of RGB (Red+Green+Blue) = 65+40+137=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #412889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412889 is #BED776. Grayscale: #3A3A3A. Windows color (decimal): -12506999 or 8988737. OLE color: 8988737.
HSL color Cylindrical-coordinate representation of color #412889: hue angle of 255.46º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #412889 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 40 | 137 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.46 |
| HSL | 255.46º | 0.55% | 0.35% | - |
| HSV(B) | 255.46º | 0.71% | 0.54% | - |
| XYZ | 7.45 | 4.45 | 24.13 | - |
| YUV | 58.53 | 172.28 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 137 | 0.53 | 0.71 | 0 | 0.46 | 255.46 | 0.55 | 0.35 |
| Hex | 41 | 28 | 89 | 35 | 47 | 0 | 2E | FF | 37 | 23 |
| Octal | 101 | 50 | 211 | 65 | 107 | 0 | 56 | 377 | 67 | 43 |
| Binary | 1000001 | 101000 | 10001001 | 110101 | 1000111 | 0 | 101110 | 11111111 | 110111 | 100011 |
Color Harmonies of #412889
Complementary color
Monochromatic Colors of #412889
Black with #412889
Text Example
Text Example
White with #412889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412889; }
p { color: rgb(65,40,137); }
H1.HeaderClassName
{
color: #412889;
}
.AnyTagClassName
{
color: #412889;
}
</style>
background-color css
<style>
a { background-color: #412889; }
a { background-color: rgb(65,40,137); }
div.DivClassName
{
background-color: #412889;
}
.BgClassName
{
background-color: #412889;
}
</style>
border-color css
<style>
span { border-color: #412889; }
span { border-color: rgb(65,40,137); }
td.TdClassName
{
border-color: #412889;
}
.TagClassName
{
border-color: #412889;
}
</style>