Shades of Windsor #421F87
Tints of Windsor #421F87
RGB
CMYK
RGB Variations
Color information
#421F87 (or 0x421F87) is known color: Windsor. HEX triplet: 42, 1F and 87. RGB value is (66,31,135). Sum of RGB (Red+Green+Blue) = 66+31+135=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #421F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421F87 is #BDE078. Grayscale: #343434. Windows color (decimal): -12443769 or 8855362. OLE color: 8855362.
HSL color Cylindrical-coordinate representation of color #421F87: hue angle of 260.19º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421F87 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 31 | 135 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.47 |
| HSL | 260.19º | 0.63% | 0.33% | - |
| HSV(B) | 260.19º | 0.77% | 0.53% | - |
| XYZ | 7.11 | 3.89 | 23.3 | - |
| YUV | 53.32 | 174.1 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 135 | 0.51 | 0.77 | 0 | 0.47 | 260.19 | 0.63 | 0.33 |
| Hex | 42 | 1F | 87 | 33 | 4D | 0 | 2F | 104 | 3F | 21 |
| Octal | 102 | 37 | 207 | 63 | 115 | 0 | 57 | 404 | 77 | 41 |
| Binary | 1000010 | 11111 | 10000111 | 110011 | 1001101 | 0 | 101111 | 100000100 | 111111 | 100001 |
Color Harmonies of #421F87
Complementary color
Monochromatic Colors of #421F87
Black with #421F87
Text Example
Text Example
White with #421F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F87; }
p { color: rgb(66,31,135); }
H1.HeaderClassName
{
color: #421F87;
}
.AnyTagClassName
{
color: #421F87;
}
</style>
background-color css
<style>
a { background-color: #421F87; }
a { background-color: rgb(66,31,135); }
div.DivClassName
{
background-color: #421F87;
}
.BgClassName
{
background-color: #421F87;
}
</style>
border-color css
<style>
span { border-color: #421F87; }
span { border-color: rgb(66,31,135); }
td.TdClassName
{
border-color: #421F87;
}
.TagClassName
{
border-color: #421F87;
}
</style>