Shades of Windsor #422D87
Tints of Windsor #422D87
RGB
CMYK
RGB Variations
Color information
#422D87 (or 0x422D87) is known color: Windsor. HEX triplet: 42, 2D and 87. RGB value is (66,45,135). Sum of RGB (Red+Green+Blue) = 66+45+135=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #422D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422D87 is #BDD278. Grayscale: #3D3D3D. Windows color (decimal): -12440185 or 8858946. OLE color: 8858946.
HSL color Cylindrical-coordinate representation of color #422D87: hue angle of 254º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422D87 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 45 | 135 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.47 |
| HSL | 254º | 0.5% | 0.35% | - |
| HSV(B) | 254º | 0.67% | 0.53% | - |
| XYZ | 7.56 | 4.78 | 23.45 | - |
| YUV | 61.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 135 | 0.51 | 0.67 | 0 | 0.47 | 254 | 0.5 | 0.35 |
| Hex | 42 | 2D | 87 | 33 | 43 | 0 | 2F | FE | 32 | 23 |
| Octal | 102 | 55 | 207 | 63 | 103 | 0 | 57 | 376 | 62 | 43 |
| Binary | 1000010 | 101101 | 10000111 | 110011 | 1000011 | 0 | 101111 | 11111110 | 110010 | 100011 |
Color Harmonies of #422D87
Complementary color
Monochromatic Colors of #422D87
Black with #422D87
Text Example
Text Example
White with #422D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D87; }
p { color: rgb(66,45,135); }
H1.HeaderClassName
{
color: #422D87;
}
.AnyTagClassName
{
color: #422D87;
}
</style>
background-color css
<style>
a { background-color: #422D87; }
a { background-color: rgb(66,45,135); }
div.DivClassName
{
background-color: #422D87;
}
.BgClassName
{
background-color: #422D87;
}
</style>
border-color css
<style>
span { border-color: #422D87; }
span { border-color: rgb(66,45,135); }
td.TdClassName
{
border-color: #422D87;
}
.TagClassName
{
border-color: #422D87;
}
</style>