Shades of Windsor #412090
Tints of Windsor #412090
RGB
CMYK
RGB Variations
Color information
#412090 (or 0x412090) is known color: Windsor. HEX triplet: 41, 20 and 90. RGB value is (65,32,144). Sum of RGB (Red+Green+Blue) = 65+32+144=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #412090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412090 is #BEDF6F. Grayscale: #363636. Windows color (decimal): -12509040 or 9445441. OLE color: 9445441.
HSL color Cylindrical-coordinate representation of color #412090: hue angle of 257.68º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412090 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 32 | 144 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.44 |
| HSL | 257.68º | 0.64% | 0.35% | - |
| HSV(B) | 257.68º | 0.78% | 0.56% | - |
| XYZ | 7.73 | 4.17 | 26.78 | - |
| YUV | 54.64 | 178.43 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 144 | 0.55 | 0.78 | 0 | 0.44 | 257.68 | 0.64 | 0.35 |
| Hex | 41 | 20 | 90 | 37 | 4E | 0 | 2C | 102 | 40 | 23 |
| Octal | 101 | 40 | 220 | 67 | 116 | 0 | 54 | 402 | 100 | 43 |
| Binary | 1000001 | 100000 | 10010000 | 110111 | 1001110 | 0 | 101100 | 100000010 | 1000000 | 100011 |
Color Harmonies of #412090
Complementary color
Monochromatic Colors of #412090
Black with #412090
Text Example
Text Example
White with #412090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412090; }
p { color: rgb(65,32,144); }
H1.HeaderClassName
{
color: #412090;
}
.AnyTagClassName
{
color: #412090;
}
</style>
background-color css
<style>
a { background-color: #412090; }
a { background-color: rgb(65,32,144); }
div.DivClassName
{
background-color: #412090;
}
.BgClassName
{
background-color: #412090;
}
</style>
border-color css
<style>
span { border-color: #412090; }
span { border-color: rgb(65,32,144); }
td.TdClassName
{
border-color: #412090;
}
.TagClassName
{
border-color: #412090;
}
</style>