Shades of Windsor #412192
Tints of Windsor #412192
RGB
CMYK
RGB Variations
Color information
#412192 (or 0x412192) is known color: Windsor. HEX triplet: 41, 21 and 92. RGB value is (65,33,146). Sum of RGB (Red+Green+Blue) = 65+33+146=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #412192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412192 is #BEDE6D. Grayscale: #373737. Windows color (decimal): -12508782 or 9576769. OLE color: 9576769.
HSL color Cylindrical-coordinate representation of color #412192: hue angle of 256.99º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #412192 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 33 | 146 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.43 |
| HSL | 256.99º | 0.63% | 0.35% | - |
| HSV(B) | 256.99º | 0.77% | 0.57% | - |
| XYZ | 7.91 | 4.29 | 27.6 | - |
| YUV | 55.45 | 179.1 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 146 | 0.55 | 0.77 | 0 | 0.43 | 256.99 | 0.63 | 0.35 |
| Hex | 41 | 21 | 92 | 37 | 4D | 0 | 2B | 101 | 3F | 23 |
| Octal | 101 | 41 | 222 | 67 | 115 | 0 | 53 | 401 | 77 | 43 |
| Binary | 1000001 | 100001 | 10010010 | 110111 | 1001101 | 0 | 101011 | 100000001 | 111111 | 100011 |
Color Harmonies of #412192
Complementary color
Monochromatic Colors of #412192
Black with #412192
Text Example
Text Example
White with #412192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412192; }
p { color: rgb(65,33,146); }
H1.HeaderClassName
{
color: #412192;
}
.AnyTagClassName
{
color: #412192;
}
</style>
background-color css
<style>
a { background-color: #412192; }
a { background-color: rgb(65,33,146); }
div.DivClassName
{
background-color: #412192;
}
.BgClassName
{
background-color: #412192;
}
</style>
border-color css
<style>
span { border-color: #412192; }
span { border-color: rgb(65,33,146); }
td.TdClassName
{
border-color: #412192;
}
.TagClassName
{
border-color: #412192;
}
</style>