Shades of Windsor #412388
Tints of Windsor #412388
RGB
CMYK
RGB Variations
Color information
#412388 (or 0x412388) is known color: Windsor. HEX triplet: 41, 23 and 88. RGB value is (65,35,136). Sum of RGB (Red+Green+Blue) = 65+35+136=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #412388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412388 is #BEDC77. Grayscale: #373737. Windows color (decimal): -12508280 or 8921921. OLE color: 8921921.
HSL color Cylindrical-coordinate representation of color #412388: hue angle of 257.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412388 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 35 | 136 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.47 |
| HSL | 257.82º | 0.59% | 0.34% | - |
| HSV(B) | 257.82º | 0.74% | 0.53% | - |
| XYZ | 7.22 | 4.1 | 23.7 | - |
| YUV | 55.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 136 | 0.52 | 0.74 | 0 | 0.47 | 257.82 | 0.59 | 0.34 |
| Hex | 41 | 23 | 88 | 34 | 4A | 0 | 2F | 102 | 3B | 22 |
| Octal | 101 | 43 | 210 | 64 | 112 | 0 | 57 | 402 | 73 | 42 |
| Binary | 1000001 | 100011 | 10001000 | 110100 | 1001010 | 0 | 101111 | 100000010 | 111011 | 100010 |
Color Harmonies of #412388
Complementary color
Monochromatic Colors of #412388
Black with #412388
Text Example
Text Example
White with #412388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412388; }
p { color: rgb(65,35,136); }
H1.HeaderClassName
{
color: #412388;
}
.AnyTagClassName
{
color: #412388;
}
</style>
background-color css
<style>
a { background-color: #412388; }
a { background-color: rgb(65,35,136); }
div.DivClassName
{
background-color: #412388;
}
.BgClassName
{
background-color: #412388;
}
</style>
border-color css
<style>
span { border-color: #412388; }
span { border-color: rgb(65,35,136); }
td.TdClassName
{
border-color: #412388;
}
.TagClassName
{
border-color: #412388;
}
</style>