Shades of Windsor #421F77
Tints of Windsor #421F77
RGB
CMYK
RGB Variations
Color information
#421F77 (or 0x421F77) is known color: Windsor. HEX triplet: 42, 1F and 77. RGB value is (66,31,119). Sum of RGB (Red+Green+Blue) = 66+31+119=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #421F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F77 is #BDE088. Grayscale: #333333. Windows color (decimal): -12443785 or 7806786. OLE color: 7806786.
HSL color Cylindrical-coordinate representation of color #421F77: hue angle of 263.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421F77 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 31 | 119 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.53 |
| HSL | 263.86º | 0.59% | 0.29% | - |
| HSV(B) | 263.86º | 0.74% | 0.47% | - |
| XYZ | 6.07 | 3.47 | 17.8 | - |
| YUV | 51.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 119 | 0.45 | 0.74 | 0 | 0.53 | 263.86 | 0.59 | 0.29 |
| Hex | 42 | 1F | 77 | 2D | 4A | 0 | 35 | 108 | 3B | 1D |
| Octal | 102 | 37 | 167 | 55 | 112 | 0 | 65 | 410 | 73 | 35 |
| Binary | 1000010 | 11111 | 1110111 | 101101 | 1001010 | 0 | 110101 | 100001000 | 111011 | 11101 |
Color Harmonies of #421F77
Complementary color
Monochromatic Colors of #421F77
Black with #421F77
Text Example
Text Example
White with #421F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F77; }
p { color: rgb(66,31,119); }
H1.HeaderClassName
{
color: #421F77;
}
.AnyTagClassName
{
color: #421F77;
}
</style>
background-color css
<style>
a { background-color: #421F77; }
a { background-color: rgb(66,31,119); }
div.DivClassName
{
background-color: #421F77;
}
.BgClassName
{
background-color: #421F77;
}
</style>
border-color css
<style>
span { border-color: #421F77; }
span { border-color: rgb(66,31,119); }
td.TdClassName
{
border-color: #421F77;
}
.TagClassName
{
border-color: #421F77;
}
</style>