Shades of Windsor #421F7C
Tints of Windsor #421F7C
RGB
CMYK
RGB Variations
Color information
#421F7C (or 0x421F7C) is known color: Windsor. HEX triplet: 42, 1F and 7C. RGB value is (66,31,124). Sum of RGB (Red+Green+Blue) = 66+31+124=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #421F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F7C is #BDE083. Grayscale: #333333. Windows color (decimal): -12443780 or 8134466. OLE color: 8134466.
HSL color Cylindrical-coordinate representation of color #421F7C: hue angle of 262.58º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421F7C is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 31 | 124 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.51 |
| HSL | 262.58º | 0.6% | 0.3% | - |
| HSV(B) | 262.58º | 0.75% | 0.49% | - |
| XYZ | 6.37 | 3.59 | 19.43 | - |
| YUV | 52.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 124 | 0.47 | 0.75 | 0 | 0.51 | 262.58 | 0.6 | 0.3 |
| Hex | 42 | 1F | 7C | 2F | 4B | 0 | 33 | 107 | 3C | 1E |
| Octal | 102 | 37 | 174 | 57 | 113 | 0 | 63 | 407 | 74 | 36 |
| Binary | 1000010 | 11111 | 1111100 | 101111 | 1001011 | 0 | 110011 | 100000111 | 111100 | 11110 |
Color Harmonies of #421F7C
Complementary color
Monochromatic Colors of #421F7C
Black with #421F7C
Text Example
Text Example
White with #421F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F7C; }
p { color: rgb(66,31,124); }
H1.HeaderClassName
{
color: #421F7C;
}
.AnyTagClassName
{
color: #421F7C;
}
</style>
background-color css
<style>
a { background-color: #421F7C; }
a { background-color: rgb(66,31,124); }
div.DivClassName
{
background-color: #421F7C;
}
.BgClassName
{
background-color: #421F7C;
}
</style>
border-color css
<style>
span { border-color: #421F7C; }
span { border-color: rgb(66,31,124); }
td.TdClassName
{
border-color: #421F7C;
}
.TagClassName
{
border-color: #421F7C;
}
</style>