Shades of Windsor #421F89
Tints of Windsor #421F89
RGB
CMYK
RGB Variations
Color information
#421F89 (or 0x421F89) is known color: Windsor. HEX triplet: 42, 1F and 89. RGB value is (66,31,137). Sum of RGB (Red+Green+Blue) = 66+31+137=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #421F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421F89 is #BDE076. Grayscale: #353535. Windows color (decimal): -12443767 or 8986434. OLE color: 8986434.
HSL color Cylindrical-coordinate representation of color #421F89: hue angle of 259.81º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421F89 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 31 | 137 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.46 |
| HSL | 259.81º | 0.63% | 0.33% | - |
| HSV(B) | 259.81º | 0.77% | 0.54% | - |
| XYZ | 7.25 | 3.94 | 24.05 | - |
| YUV | 53.55 | 175.1 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 137 | 0.52 | 0.77 | 0 | 0.46 | 259.81 | 0.63 | 0.33 |
| Hex | 42 | 1F | 89 | 34 | 4D | 0 | 2E | 104 | 3F | 21 |
| Octal | 102 | 37 | 211 | 64 | 115 | 0 | 56 | 404 | 77 | 41 |
| Binary | 1000010 | 11111 | 10001001 | 110100 | 1001101 | 0 | 101110 | 100000100 | 111111 | 100001 |
Color Harmonies of #421F89
Complementary color
Monochromatic Colors of #421F89
Black with #421F89
Text Example
Text Example
White with #421F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F89; }
p { color: rgb(66,31,137); }
H1.HeaderClassName
{
color: #421F89;
}
.AnyTagClassName
{
color: #421F89;
}
</style>
background-color css
<style>
a { background-color: #421F89; }
a { background-color: rgb(66,31,137); }
div.DivClassName
{
background-color: #421F89;
}
.BgClassName
{
background-color: #421F89;
}
</style>
border-color css
<style>
span { border-color: #421F89; }
span { border-color: rgb(66,31,137); }
td.TdClassName
{
border-color: #421F89;
}
.TagClassName
{
border-color: #421F89;
}
</style>