Shades of Windsor #421C78
Tints of Windsor #421C78
RGB
CMYK
RGB Variations
Color information
#421C78 (or 0x421C78) is known color: Windsor. HEX triplet: 42, 1C and 78. RGB value is (66,28,120). Sum of RGB (Red+Green+Blue) = 66+28+120=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #421C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C78 is #BDE387. Grayscale: #313131. Windows color (decimal): -12444552 or 7871554. OLE color: 7871554.
HSL color Cylindrical-coordinate representation of color #421C78: hue angle of 264.78º degrees, saturation: 0.62, 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 #421C78 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 28 | 120 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.53 |
| HSL | 264.78º | 0.62% | 0.29% | - |
| HSV(B) | 264.78º | 0.77% | 0.47% | - |
| XYZ | 6.05 | 3.34 | 18.1 | - |
| YUV | 49.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 120 | 0.45 | 0.77 | 0 | 0.53 | 264.78 | 0.62 | 0.29 |
| Hex | 42 | 1C | 78 | 2D | 4D | 0 | 35 | 109 | 3E | 1D |
| Octal | 102 | 34 | 170 | 55 | 115 | 0 | 65 | 411 | 76 | 35 |
| Binary | 1000010 | 11100 | 1111000 | 101101 | 1001101 | 0 | 110101 | 100001001 | 111110 | 11101 |
Color Harmonies of #421C78
Complementary color
Monochromatic Colors of #421C78
Black with #421C78
Text Example
Text Example
White with #421C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C78; }
p { color: rgb(66,28,120); }
H1.HeaderClassName
{
color: #421C78;
}
.AnyTagClassName
{
color: #421C78;
}
</style>
background-color css
<style>
a { background-color: #421C78; }
a { background-color: rgb(66,28,120); }
div.DivClassName
{
background-color: #421C78;
}
.BgClassName
{
background-color: #421C78;
}
</style>
border-color css
<style>
span { border-color: #421C78; }
span { border-color: rgb(66,28,120); }
td.TdClassName
{
border-color: #421C78;
}
.TagClassName
{
border-color: #421C78;
}
</style>