Shades of Windsor #421C73
Tints of Windsor #421C73
RGB
CMYK
RGB Variations
Color information
#421C73 (or 0x421C73) is known color: Windsor. HEX triplet: 42, 1C and 73. RGB value is (66,28,115). Sum of RGB (Red+Green+Blue) = 66+28+115=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #421C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C73 is #BDE38C. Grayscale: #303030. Windows color (decimal): -12444557 or 7543874. OLE color: 7543874.
HSL color Cylindrical-coordinate representation of color #421C73: hue angle of 266.21º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421C73 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 28 | 115 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.55 |
| HSL | 266.21º | 0.61% | 0.28% | - |
| HSV(B) | 266.21º | 0.76% | 0.45% | - |
| XYZ | 5.76 | 3.23 | 16.54 | - |
| YUV | 49.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 115 | 0.43 | 0.76 | 0 | 0.55 | 266.21 | 0.61 | 0.28 |
| Hex | 42 | 1C | 73 | 2B | 4C | 0 | 37 | 10A | 3D | 1C |
| Octal | 102 | 34 | 163 | 53 | 114 | 0 | 67 | 412 | 75 | 34 |
| Binary | 1000010 | 11100 | 1110011 | 101011 | 1001100 | 0 | 110111 | 100001010 | 111101 | 11100 |
Color Harmonies of #421C73
Complementary color
Monochromatic Colors of #421C73
Black with #421C73
Text Example
Text Example
White with #421C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C73; }
p { color: rgb(66,28,115); }
H1.HeaderClassName
{
color: #421C73;
}
.AnyTagClassName
{
color: #421C73;
}
</style>
background-color css
<style>
a { background-color: #421C73; }
a { background-color: rgb(66,28,115); }
div.DivClassName
{
background-color: #421C73;
}
.BgClassName
{
background-color: #421C73;
}
</style>
border-color css
<style>
span { border-color: #421C73; }
span { border-color: rgb(66,28,115); }
td.TdClassName
{
border-color: #421C73;
}
.TagClassName
{
border-color: #421C73;
}
</style>