Shades of Windsor #412387
Tints of Windsor #412387
RGB
CMYK
RGB Variations
Color information
#412387 (or 0x412387) is known color: Windsor. HEX triplet: 41, 23 and 87. RGB value is (65,35,135). Sum of RGB (Red+Green+Blue) = 65+35+135=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #412387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412387 is #BEDC78. Grayscale: #373737. Windows color (decimal): -12508281 or 8856385. OLE color: 8856385.
HSL color Cylindrical-coordinate representation of color #412387: hue angle of 258º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412387 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 35 | 135 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.47 |
| HSL | 258º | 0.59% | 0.33% | - |
| HSV(B) | 258º | 0.74% | 0.53% | - |
| XYZ | 7.15 | 4.08 | 23.33 | - |
| YUV | 55.37 | 172.94 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 135 | 0.52 | 0.74 | 0 | 0.47 | 258 | 0.59 | 0.33 |
| Hex | 41 | 23 | 87 | 34 | 4A | 0 | 2F | 102 | 3B | 21 |
| Octal | 101 | 43 | 207 | 64 | 112 | 0 | 57 | 402 | 73 | 41 |
| Binary | 1000001 | 100011 | 10000111 | 110100 | 1001010 | 0 | 101111 | 100000010 | 111011 | 100001 |
Color Harmonies of #412387
Complementary color
Monochromatic Colors of #412387
Black with #412387
Text Example
Text Example
White with #412387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412387; }
p { color: rgb(65,35,135); }
H1.HeaderClassName
{
color: #412387;
}
.AnyTagClassName
{
color: #412387;
}
</style>
background-color css
<style>
a { background-color: #412387; }
a { background-color: rgb(65,35,135); }
div.DivClassName
{
background-color: #412387;
}
.BgClassName
{
background-color: #412387;
}
</style>
border-color css
<style>
span { border-color: #412387; }
span { border-color: rgb(65,35,135); }
td.TdClassName
{
border-color: #412387;
}
.TagClassName
{
border-color: #412387;
}
</style>