Shades of Windsor #421E71
Tints of Windsor #421E71
RGB
CMYK
RGB Variations
Color information
#421E71 (or 0x421E71) is known color: Windsor. HEX triplet: 42, 1E and 71. RGB value is (66,30,113). Sum of RGB (Red+Green+Blue) = 66+30+113=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #421E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E71 is #BDE18E. Grayscale: #313131. Windows color (decimal): -12444047 or 7413314. OLE color: 7413314.
HSL color Cylindrical-coordinate representation of color #421E71: hue angle of 266.02º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421E71 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 30 | 113 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.56 |
| HSL | 266.02º | 0.58% | 0.28% | - |
| HSV(B) | 266.02º | 0.73% | 0.44% | - |
| XYZ | 5.69 | 3.28 | 15.96 | - |
| YUV | 50.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 113 | 0.42 | 0.73 | 0 | 0.56 | 266.02 | 0.58 | 0.28 |
| Hex | 42 | 1E | 71 | 2A | 49 | 0 | 38 | 10A | 3A | 1C |
| Octal | 102 | 36 | 161 | 52 | 111 | 0 | 70 | 412 | 72 | 34 |
| Binary | 1000010 | 11110 | 1110001 | 101010 | 1001001 | 0 | 111000 | 100001010 | 111010 | 11100 |
Color Harmonies of #421E71
Complementary color
Monochromatic Colors of #421E71
Black with #421E71
Text Example
Text Example
White with #421E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E71; }
p { color: rgb(66,30,113); }
H1.HeaderClassName
{
color: #421E71;
}
.AnyTagClassName
{
color: #421E71;
}
</style>
background-color css
<style>
a { background-color: #421E71; }
a { background-color: rgb(66,30,113); }
div.DivClassName
{
background-color: #421E71;
}
.BgClassName
{
background-color: #421E71;
}
</style>
border-color css
<style>
span { border-color: #421E71; }
span { border-color: rgb(66,30,113); }
td.TdClassName
{
border-color: #421E71;
}
.TagClassName
{
border-color: #421E71;
}
</style>