Shades of Windsor #421E73
Tints of Windsor #421E73
RGB
CMYK
RGB Variations
Color information
#421E73 (or 0x421E73) is known color: Windsor. HEX triplet: 42, 1E and 73. RGB value is (66,30,115). Sum of RGB (Red+Green+Blue) = 66+30+115=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #421E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E73 is #BDE18C. Grayscale: #323232. Windows color (decimal): -12444045 or 7544386. OLE color: 7544386.
HSL color Cylindrical-coordinate representation of color #421E73: hue angle of 265.41º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421E73 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 30 | 115 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.55 |
| HSL | 265.41º | 0.59% | 0.28% | - |
| HSV(B) | 265.41º | 0.74% | 0.45% | - |
| XYZ | 5.81 | 3.32 | 16.56 | - |
| YUV | 50.45 | 164.43 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 115 | 0.43 | 0.74 | 0 | 0.55 | 265.41 | 0.59 | 0.28 |
| Hex | 42 | 1E | 73 | 2B | 4A | 0 | 37 | 109 | 3B | 1C |
| Octal | 102 | 36 | 163 | 53 | 112 | 0 | 67 | 411 | 73 | 34 |
| Binary | 1000010 | 11110 | 1110011 | 101011 | 1001010 | 0 | 110111 | 100001001 | 111011 | 11100 |
Color Harmonies of #421E73
Complementary color
Monochromatic Colors of #421E73
Black with #421E73
Text Example
Text Example
White with #421E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E73; }
p { color: rgb(66,30,115); }
H1.HeaderClassName
{
color: #421E73;
}
.AnyTagClassName
{
color: #421E73;
}
</style>
background-color css
<style>
a { background-color: #421E73; }
a { background-color: rgb(66,30,115); }
div.DivClassName
{
background-color: #421E73;
}
.BgClassName
{
background-color: #421E73;
}
</style>
border-color css
<style>
span { border-color: #421E73; }
span { border-color: rgb(66,30,115); }
td.TdClassName
{
border-color: #421E73;
}
.TagClassName
{
border-color: #421E73;
}
</style>