Shades of Windsor #421F88
Tints of Windsor #421F88
RGB
CMYK
RGB Variations
Color information
#421F88 (or 0x421F88) is known color: Windsor. HEX triplet: 42, 1F and 88. RGB value is (66,31,136). Sum of RGB (Red+Green+Blue) = 66+31+136=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #421F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421F88 is #BDE077. Grayscale: #353535. Windows color (decimal): -12443768 or 8920898. OLE color: 8920898.
HSL color Cylindrical-coordinate representation of color #421F88: hue angle of 260º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421F88 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 31 | 136 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.47 |
| HSL | 260º | 0.63% | 0.33% | - |
| HSV(B) | 260º | 0.77% | 0.53% | - |
| XYZ | 7.18 | 3.92 | 23.67 | - |
| YUV | 53.44 | 174.6 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 136 | 0.51 | 0.77 | 0 | 0.47 | 260 | 0.63 | 0.33 |
| Hex | 42 | 1F | 88 | 33 | 4D | 0 | 2F | 104 | 3F | 21 |
| Octal | 102 | 37 | 210 | 63 | 115 | 0 | 57 | 404 | 77 | 41 |
| Binary | 1000010 | 11111 | 10001000 | 110011 | 1001101 | 0 | 101111 | 100000100 | 111111 | 100001 |
Color Harmonies of #421F88
Complementary color
Monochromatic Colors of #421F88
Black with #421F88
Text Example
Text Example
White with #421F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F88; }
p { color: rgb(66,31,136); }
H1.HeaderClassName
{
color: #421F88;
}
.AnyTagClassName
{
color: #421F88;
}
</style>
background-color css
<style>
a { background-color: #421F88; }
a { background-color: rgb(66,31,136); }
div.DivClassName
{
background-color: #421F88;
}
.BgClassName
{
background-color: #421F88;
}
</style>
border-color css
<style>
span { border-color: #421F88; }
span { border-color: rgb(66,31,136); }
td.TdClassName
{
border-color: #421F88;
}
.TagClassName
{
border-color: #421F88;
}
</style>