Shades of Windsor #421D7E
Tints of Windsor #421D7E
RGB
CMYK
RGB Variations
Color information
#421D7E (or 0x421D7E) is known color: Windsor. HEX triplet: 42, 1D and 7E. RGB value is (66,29,126). Sum of RGB (Red+Green+Blue) = 66+29+126=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #421D7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D7E is #BDE281. Grayscale: #323232. Windows color (decimal): -12444290 or 8265026. OLE color: 8265026.
HSL color Cylindrical-coordinate representation of color #421D7E: hue angle of 262.89º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421D7E is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 29 | 126 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.51 |
| HSL | 262.89º | 0.63% | 0.3% | - |
| HSV(B) | 262.89º | 0.77% | 0.49% | - |
| XYZ | 6.45 | 3.54 | 20.08 | - |
| YUV | 51.12 | 170.26 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 126 | 0.48 | 0.77 | 0 | 0.51 | 262.89 | 0.63 | 0.3 |
| Hex | 42 | 1D | 7E | 30 | 4D | 0 | 33 | 107 | 3F | 1E |
| Octal | 102 | 35 | 176 | 60 | 115 | 0 | 63 | 407 | 77 | 36 |
| Binary | 1000010 | 11101 | 1111110 | 110000 | 1001101 | 0 | 110011 | 100000111 | 111111 | 11110 |
Color Harmonies of #421D7E
Complementary color
Monochromatic Colors of #421D7E
Black with #421D7E
Text Example
Text Example
White with #421D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D7E; }
p { color: rgb(66,29,126); }
H1.HeaderClassName
{
color: #421D7E;
}
.AnyTagClassName
{
color: #421D7E;
}
</style>
background-color css
<style>
a { background-color: #421D7E; }
a { background-color: rgb(66,29,126); }
div.DivClassName
{
background-color: #421D7E;
}
.BgClassName
{
background-color: #421D7E;
}
</style>
border-color css
<style>
span { border-color: #421D7E; }
span { border-color: rgb(66,29,126); }
td.TdClassName
{
border-color: #421D7E;
}
.TagClassName
{
border-color: #421D7E;
}
</style>