Shades of Windsor #421A73
Tints of Windsor #421A73
RGB
CMYK
RGB Variations
Color information
#421A73 (or 0x421A73) is known color: Windsor. HEX triplet: 42, 1A and 73. RGB value is (66,26,115). Sum of RGB (Red+Green+Blue) = 66+26+115=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #421A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A73 is #BDE58C. Grayscale: #2F2F2F. Windows color (decimal): -12445069 or 7543362. OLE color: 7543362.
HSL color Cylindrical-coordinate representation of color #421A73: hue angle of 266.97º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421A73 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 26 | 115 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.55 |
| HSL | 266.97º | 0.63% | 0.28% | - |
| HSV(B) | 266.97º | 0.77% | 0.45% | - |
| XYZ | 5.71 | 3.13 | 16.52 | - |
| YUV | 48.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 115 | 0.43 | 0.77 | 0 | 0.55 | 266.97 | 0.63 | 0.28 |
| Hex | 42 | 1A | 73 | 2B | 4D | 0 | 37 | 10B | 3F | 1C |
| Octal | 102 | 32 | 163 | 53 | 115 | 0 | 67 | 413 | 77 | 34 |
| Binary | 1000010 | 11010 | 1110011 | 101011 | 1001101 | 0 | 110111 | 100001011 | 111111 | 11100 |
Color Harmonies of #421A73
Complementary color
Monochromatic Colors of #421A73
Black with #421A73
Text Example
Text Example
White with #421A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A73; }
p { color: rgb(66,26,115); }
H1.HeaderClassName
{
color: #421A73;
}
.AnyTagClassName
{
color: #421A73;
}
</style>
background-color css
<style>
a { background-color: #421A73; }
a { background-color: rgb(66,26,115); }
div.DivClassName
{
background-color: #421A73;
}
.BgClassName
{
background-color: #421A73;
}
</style>
border-color css
<style>
span { border-color: #421A73; }
span { border-color: rgb(66,26,115); }
td.TdClassName
{
border-color: #421A73;
}
.TagClassName
{
border-color: #421A73;
}
</style>