Shades of Windsor #421B77
Tints of Windsor #421B77
RGB
CMYK
RGB Variations
Color information
#421B77 (or 0x421B77) is known color: Windsor. HEX triplet: 42, 1B and 77. RGB value is (66,27,119). Sum of RGB (Red+Green+Blue) = 66+27+119=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #421B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B77 is #BDE488. Grayscale: #303030. Windows color (decimal): -12444809 or 7805762. OLE color: 7805762.
HSL color Cylindrical-coordinate representation of color #421B77: hue angle of 265.43º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421B77 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 27 | 119 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.53 |
| HSL | 265.43º | 0.63% | 0.29% | - |
| HSV(B) | 265.43º | 0.77% | 0.47% | - |
| XYZ | 5.97 | 3.27 | 17.77 | - |
| YUV | 49.15 | 167.42 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 119 | 0.45 | 0.77 | 0 | 0.53 | 265.43 | 0.63 | 0.29 |
| Hex | 42 | 1B | 77 | 2D | 4D | 0 | 35 | 109 | 3F | 1D |
| Octal | 102 | 33 | 167 | 55 | 115 | 0 | 65 | 411 | 77 | 35 |
| Binary | 1000010 | 11011 | 1110111 | 101101 | 1001101 | 0 | 110101 | 100001001 | 111111 | 11101 |
Color Harmonies of #421B77
Complementary color
Monochromatic Colors of #421B77
Black with #421B77
Text Example
Text Example
White with #421B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421B77; }
p { color: rgb(66,27,119); }
H1.HeaderClassName
{
color: #421B77;
}
.AnyTagClassName
{
color: #421B77;
}
</style>
background-color css
<style>
a { background-color: #421B77; }
a { background-color: rgb(66,27,119); }
div.DivClassName
{
background-color: #421B77;
}
.BgClassName
{
background-color: #421B77;
}
</style>
border-color css
<style>
span { border-color: #421B77; }
span { border-color: rgb(66,27,119); }
td.TdClassName
{
border-color: #421B77;
}
.TagClassName
{
border-color: #421B77;
}
</style>