Shades of Windsor #421D72
Tints of Windsor #421D72
RGB
CMYK
RGB Variations
Color information
#421D72 (or 0x421D72) is known color: Windsor. HEX triplet: 42, 1D and 72. RGB value is (66,29,114). Sum of RGB (Red+Green+Blue) = 66+29+114=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #421D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D72 is #BDE28D. Grayscale: #313131. Windows color (decimal): -12444302 or 7478594. OLE color: 7478594.
HSL color Cylindrical-coordinate representation of color #421D72: hue angle of 266.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421D72 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 29 | 114 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.55 |
| HSL | 266.12º | 0.59% | 0.28% | - |
| HSV(B) | 266.12º | 0.75% | 0.45% | - |
| XYZ | 5.72 | 3.25 | 16.25 | - |
| YUV | 49.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 114 | 0.42 | 0.75 | 0 | 0.55 | 266.12 | 0.59 | 0.28 |
| Hex | 42 | 1D | 72 | 2A | 4B | 0 | 37 | 10A | 3B | 1C |
| Octal | 102 | 35 | 162 | 52 | 113 | 0 | 67 | 412 | 73 | 34 |
| Binary | 1000010 | 11101 | 1110010 | 101010 | 1001011 | 0 | 110111 | 100001010 | 111011 | 11100 |
Color Harmonies of #421D72
Complementary color
Monochromatic Colors of #421D72
Black with #421D72
Text Example
Text Example
White with #421D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D72; }
p { color: rgb(66,29,114); }
H1.HeaderClassName
{
color: #421D72;
}
.AnyTagClassName
{
color: #421D72;
}
</style>
background-color css
<style>
a { background-color: #421D72; }
a { background-color: rgb(66,29,114); }
div.DivClassName
{
background-color: #421D72;
}
.BgClassName
{
background-color: #421D72;
}
</style>
border-color css
<style>
span { border-color: #421D72; }
span { border-color: rgb(66,29,114); }
td.TdClassName
{
border-color: #421D72;
}
.TagClassName
{
border-color: #421D72;
}
</style>