Shades of Windsor #421A74
Tints of Windsor #421A74
RGB
CMYK
RGB Variations
Color information
#421A74 (or 0x421A74) is known color: Windsor. HEX triplet: 42, 1A and 74. RGB value is (66,26,116). Sum of RGB (Red+Green+Blue) = 66+26+116=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #421A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A74 is #BDE58B. Grayscale: #2F2F2F. Windows color (decimal): -12445068 or 7608898. OLE color: 7608898.
HSL color Cylindrical-coordinate representation of color #421A74: hue angle of 266.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421A74 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 26 | 116 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.55 |
| HSL | 266.67º | 0.63% | 0.28% | - |
| HSV(B) | 266.67º | 0.78% | 0.45% | - |
| XYZ | 5.77 | 3.16 | 16.83 | - |
| YUV | 48.22 | 166.25 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 116 | 0.43 | 0.78 | 0 | 0.55 | 266.67 | 0.63 | 0.28 |
| Hex | 42 | 1A | 74 | 2B | 4E | 0 | 37 | 10B | 3F | 1C |
| Octal | 102 | 32 | 164 | 53 | 116 | 0 | 67 | 413 | 77 | 34 |
| Binary | 1000010 | 11010 | 1110100 | 101011 | 1001110 | 0 | 110111 | 100001011 | 111111 | 11100 |
Color Harmonies of #421A74
Complementary color
Monochromatic Colors of #421A74
Black with #421A74
Text Example
Text Example
White with #421A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A74; }
p { color: rgb(66,26,116); }
H1.HeaderClassName
{
color: #421A74;
}
.AnyTagClassName
{
color: #421A74;
}
</style>
background-color css
<style>
a { background-color: #421A74; }
a { background-color: rgb(66,26,116); }
div.DivClassName
{
background-color: #421A74;
}
.BgClassName
{
background-color: #421A74;
}
</style>
border-color css
<style>
span { border-color: #421A74; }
span { border-color: rgb(66,26,116); }
td.TdClassName
{
border-color: #421A74;
}
.TagClassName
{
border-color: #421A74;
}
</style>