Shades of Windsor #421E7C
Tints of Windsor #421E7C
RGB
CMYK
RGB Variations
Color information
#421E7C (or 0x421E7C) is known color: Windsor. HEX triplet: 42, 1E and 7C. RGB value is (66,30,124). Sum of RGB (Red+Green+Blue) = 66+30+124=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #421E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E7C is #BDE183. Grayscale: #333333. Windows color (decimal): -12444036 or 8134210. OLE color: 8134210.
HSL color Cylindrical-coordinate representation of color #421E7C: hue angle of 262.98º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421E7C is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 30 | 124 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.51 |
| HSL | 262.98º | 0.61% | 0.3% | - |
| HSV(B) | 262.98º | 0.76% | 0.49% | - |
| XYZ | 6.35 | 3.54 | 19.42 | - |
| YUV | 51.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 124 | 0.47 | 0.76 | 0 | 0.51 | 262.98 | 0.61 | 0.3 |
| Hex | 42 | 1E | 7C | 2F | 4C | 0 | 33 | 107 | 3D | 1E |
| Octal | 102 | 36 | 174 | 57 | 114 | 0 | 63 | 407 | 75 | 36 |
| Binary | 1000010 | 11110 | 1111100 | 101111 | 1001100 | 0 | 110011 | 100000111 | 111101 | 11110 |
Color Harmonies of #421E7C
Complementary color
Monochromatic Colors of #421E7C
Black with #421E7C
Text Example
Text Example
White with #421E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E7C; }
p { color: rgb(66,30,124); }
H1.HeaderClassName
{
color: #421E7C;
}
.AnyTagClassName
{
color: #421E7C;
}
</style>
background-color css
<style>
a { background-color: #421E7C; }
a { background-color: rgb(66,30,124); }
div.DivClassName
{
background-color: #421E7C;
}
.BgClassName
{
background-color: #421E7C;
}
</style>
border-color css
<style>
span { border-color: #421E7C; }
span { border-color: rgb(66,30,124); }
td.TdClassName
{
border-color: #421E7C;
}
.TagClassName
{
border-color: #421E7C;
}
</style>