Shades of Windsor #422E70
Tints of Windsor #422E70
RGB
CMYK
RGB Variations
Color information
#422E70 (or 0x422E70) is known color: Windsor. HEX triplet: 42, 2E and 70. RGB value is (66,46,112). Sum of RGB (Red+Green+Blue) = 66+46+112=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #422E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E70 is #BDD18F. Grayscale: #3B3B3B. Windows color (decimal): -12439952 or 7351874. OLE color: 7351874.
HSL color Cylindrical-coordinate representation of color #422E70: hue angle of 258.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #422E70 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 46 | 112 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.56 |
| HSL | 258.18º | 0.42% | 0.31% | - |
| HSV(B) | 258.18º | 0.59% | 0.44% | - |
| XYZ | 6.15 | 4.28 | 15.83 | - |
| YUV | 59.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 112 | 0.41 | 0.59 | 0 | 0.56 | 258.18 | 0.42 | 0.31 |
| Hex | 42 | 2E | 70 | 29 | 3B | 0 | 38 | 102 | 2A | 1F |
| Octal | 102 | 56 | 160 | 51 | 73 | 0 | 70 | 402 | 52 | 37 |
| Binary | 1000010 | 101110 | 1110000 | 101001 | 111011 | 0 | 111000 | 100000010 | 101010 | 11111 |
Color Harmonies of #422E70
Complementary color
Monochromatic Colors of #422E70
Black with #422E70
Text Example
Text Example
White with #422E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E70; }
p { color: rgb(66,46,112); }
H1.HeaderClassName
{
color: #422E70;
}
.AnyTagClassName
{
color: #422E70;
}
</style>
background-color css
<style>
a { background-color: #422E70; }
a { background-color: rgb(66,46,112); }
div.DivClassName
{
background-color: #422E70;
}
.BgClassName
{
background-color: #422E70;
}
</style>
border-color css
<style>
span { border-color: #422E70; }
span { border-color: rgb(66,46,112); }
td.TdClassName
{
border-color: #422E70;
}
.TagClassName
{
border-color: #422E70;
}
</style>