Shades of Windsor #421D78
Tints of Windsor #421D78
RGB
CMYK
RGB Variations
Color information
#421D78 (or 0x421D78) is known color: Windsor. HEX triplet: 42, 1D and 78. RGB value is (66,29,120). Sum of RGB (Red+Green+Blue) = 66+29+120=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #421D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D78 is #BDE287. Grayscale: #323232. Windows color (decimal): -12444296 or 7871810. OLE color: 7871810.
HSL color Cylindrical-coordinate representation of color #421D78: hue angle of 264.4º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421D78 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 29 | 120 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.53 |
| HSL | 264.4º | 0.61% | 0.29% | - |
| HSV(B) | 264.4º | 0.76% | 0.47% | - |
| XYZ | 6.08 | 3.39 | 18.1 | - |
| YUV | 50.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 120 | 0.45 | 0.76 | 0 | 0.53 | 264.4 | 0.61 | 0.29 |
| Hex | 42 | 1D | 78 | 2D | 4C | 0 | 35 | 108 | 3D | 1D |
| Octal | 102 | 35 | 170 | 55 | 114 | 0 | 65 | 410 | 75 | 35 |
| Binary | 1000010 | 11101 | 1111000 | 101101 | 1001100 | 0 | 110101 | 100001000 | 111101 | 11101 |
Color Harmonies of #421D78
Complementary color
Monochromatic Colors of #421D78
Black with #421D78
Text Example
Text Example
White with #421D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D78; }
p { color: rgb(66,29,120); }
H1.HeaderClassName
{
color: #421D78;
}
.AnyTagClassName
{
color: #421D78;
}
</style>
background-color css
<style>
a { background-color: #421D78; }
a { background-color: rgb(66,29,120); }
div.DivClassName
{
background-color: #421D78;
}
.BgClassName
{
background-color: #421D78;
}
</style>
border-color css
<style>
span { border-color: #421D78; }
span { border-color: rgb(66,29,120); }
td.TdClassName
{
border-color: #421D78;
}
.TagClassName
{
border-color: #421D78;
}
</style>