Shades of Windsor #421E8C
Tints of Windsor #421E8C
RGB
CMYK
RGB Variations
Color information
#421E8C (or 0x421E8C) is known color: Windsor. HEX triplet: 42, 1E and 8C. RGB value is (66,30,140). Sum of RGB (Red+Green+Blue) = 66+30+140=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #421E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421E8C is #BDE173. Grayscale: #343434. Windows color (decimal): -12444020 or 9182786. OLE color: 9182786.
HSL color Cylindrical-coordinate representation of color #421E8C: hue angle of 259.64º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421E8C is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 30 | 140 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.45 |
| HSL | 259.64º | 0.65% | 0.33% | - |
| HSV(B) | 259.64º | 0.79% | 0.55% | - |
| XYZ | 7.44 | 3.98 | 25.19 | - |
| YUV | 53.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 140 | 0.53 | 0.79 | 0 | 0.45 | 259.64 | 0.65 | 0.33 |
| Hex | 42 | 1E | 8C | 35 | 4F | 0 | 2D | 104 | 41 | 21 |
| Octal | 102 | 36 | 214 | 65 | 117 | 0 | 55 | 404 | 101 | 41 |
| Binary | 1000010 | 11110 | 10001100 | 110101 | 1001111 | 0 | 101101 | 100000100 | 1000001 | 100001 |
Color Harmonies of #421E8C
Complementary color
Monochromatic Colors of #421E8C
Black with #421E8C
Text Example
Text Example
White with #421E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E8C; }
p { color: rgb(66,30,140); }
H1.HeaderClassName
{
color: #421E8C;
}
.AnyTagClassName
{
color: #421E8C;
}
</style>
background-color css
<style>
a { background-color: #421E8C; }
a { background-color: rgb(66,30,140); }
div.DivClassName
{
background-color: #421E8C;
}
.BgClassName
{
background-color: #421E8C;
}
</style>
border-color css
<style>
span { border-color: #421E8C; }
span { border-color: rgb(66,30,140); }
td.TdClassName
{
border-color: #421E8C;
}
.TagClassName
{
border-color: #421E8C;
}
</style>