Shades of Windsor #421C87
Tints of Windsor #421C87
RGB
CMYK
RGB Variations
Color information
#421C87 (or 0x421C87) is known color: Windsor. HEX triplet: 42, 1C and 87. RGB value is (66,28,135). Sum of RGB (Red+Green+Blue) = 66+28+135=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #421C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421C87 is #BDE378. Grayscale: #333333. Windows color (decimal): -12444537 or 8854594. OLE color: 8854594.
HSL color Cylindrical-coordinate representation of color #421C87: hue angle of 261.31º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421C87 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 28 | 135 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.47 |
| HSL | 261.31º | 0.66% | 0.32% | - |
| HSV(B) | 261.31º | 0.79% | 0.53% | - |
| XYZ | 7.04 | 3.74 | 23.27 | - |
| YUV | 51.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 135 | 0.51 | 0.79 | 0 | 0.47 | 261.31 | 0.66 | 0.32 |
| Hex | 42 | 1C | 87 | 33 | 4F | 0 | 2F | 105 | 42 | 20 |
| Octal | 102 | 34 | 207 | 63 | 117 | 0 | 57 | 405 | 102 | 40 |
| Binary | 1000010 | 11100 | 10000111 | 110011 | 1001111 | 0 | 101111 | 100000101 | 1000010 | 100000 |
Color Harmonies of #421C87
Complementary color
Monochromatic Colors of #421C87
Black with #421C87
Text Example
Text Example
White with #421C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C87; }
p { color: rgb(66,28,135); }
H1.HeaderClassName
{
color: #421C87;
}
.AnyTagClassName
{
color: #421C87;
}
</style>
background-color css
<style>
a { background-color: #421C87; }
a { background-color: rgb(66,28,135); }
div.DivClassName
{
background-color: #421C87;
}
.BgClassName
{
background-color: #421C87;
}
</style>
border-color css
<style>
span { border-color: #421C87; }
span { border-color: rgb(66,28,135); }
td.TdClassName
{
border-color: #421C87;
}
.TagClassName
{
border-color: #421C87;
}
</style>