Shades of Windsor #412190
Tints of Windsor #412190
RGB
CMYK
RGB Variations
Color information
#412190 (or 0x412190) is known color: Windsor. HEX triplet: 41, 21 and 90. RGB value is (65,33,144). Sum of RGB (Red+Green+Blue) = 65+33+144=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #412190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412190 is #BEDE6F. Grayscale: #363636. Windows color (decimal): -12508784 or 9445697. OLE color: 9445697.
HSL color Cylindrical-coordinate representation of color #412190: hue angle of 257.3º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412190 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 33 | 144 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.44 |
| HSL | 257.3º | 0.63% | 0.35% | - |
| HSV(B) | 257.3º | 0.77% | 0.56% | - |
| XYZ | 7.76 | 4.23 | 26.79 | - |
| YUV | 55.22 | 178.1 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 144 | 0.55 | 0.77 | 0 | 0.44 | 257.3 | 0.63 | 0.35 |
| Hex | 41 | 21 | 90 | 37 | 4D | 0 | 2C | 101 | 3F | 23 |
| Octal | 101 | 41 | 220 | 67 | 115 | 0 | 54 | 401 | 77 | 43 |
| Binary | 1000001 | 100001 | 10010000 | 110111 | 1001101 | 0 | 101100 | 100000001 | 111111 | 100011 |
Color Harmonies of #412190
Complementary color
Monochromatic Colors of #412190
Black with #412190
Text Example
Text Example
White with #412190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412190; }
p { color: rgb(65,33,144); }
H1.HeaderClassName
{
color: #412190;
}
.AnyTagClassName
{
color: #412190;
}
</style>
background-color css
<style>
a { background-color: #412190; }
a { background-color: rgb(65,33,144); }
div.DivClassName
{
background-color: #412190;
}
.BgClassName
{
background-color: #412190;
}
</style>
border-color css
<style>
span { border-color: #412190; }
span { border-color: rgb(65,33,144); }
td.TdClassName
{
border-color: #412190;
}
.TagClassName
{
border-color: #412190;
}
</style>