Shades of Windsor #421F91
Tints of Windsor #421F91
RGB
CMYK
RGB Variations
Color information
#421F91 (or 0x421F91) is known color: Windsor. HEX triplet: 42, 1F and 91. RGB value is (66,31,145). Sum of RGB (Red+Green+Blue) = 66+31+145=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #421F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421F91 is #BDE06E. Grayscale: #363636. Windows color (decimal): -12443759 or 9510722. OLE color: 9510722.
HSL color Cylindrical-coordinate representation of color #421F91: hue angle of 258.42º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421F91 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 31 | 145 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.43 |
| HSL | 258.42º | 0.65% | 0.35% | - |
| HSV(B) | 258.42º | 0.79% | 0.57% | - |
| XYZ | 7.85 | 4.18 | 27.18 | - |
| YUV | 54.46 | 179.1 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 145 | 0.54 | 0.79 | 0 | 0.43 | 258.42 | 0.65 | 0.35 |
| Hex | 42 | 1F | 91 | 36 | 4F | 0 | 2B | 102 | 41 | 23 |
| Octal | 102 | 37 | 221 | 66 | 117 | 0 | 53 | 402 | 101 | 43 |
| Binary | 1000010 | 11111 | 10010001 | 110110 | 1001111 | 0 | 101011 | 100000010 | 1000001 | 100011 |
Color Harmonies of #421F91
Complementary color
Monochromatic Colors of #421F91
Black with #421F91
Text Example
Text Example
White with #421F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F91; }
p { color: rgb(66,31,145); }
H1.HeaderClassName
{
color: #421F91;
}
.AnyTagClassName
{
color: #421F91;
}
</style>
background-color css
<style>
a { background-color: #421F91; }
a { background-color: rgb(66,31,145); }
div.DivClassName
{
background-color: #421F91;
}
.BgClassName
{
background-color: #421F91;
}
</style>
border-color css
<style>
span { border-color: #421F91; }
span { border-color: rgb(66,31,145); }
td.TdClassName
{
border-color: #421F91;
}
.TagClassName
{
border-color: #421F91;
}
</style>