Shades of Windsor #422B70
Tints of Windsor #422B70
RGB
CMYK
RGB Variations
Color information
#422B70 (or 0x422B70) is known color: Windsor. HEX triplet: 42, 2B and 70. RGB value is (66,43,112). Sum of RGB (Red+Green+Blue) = 66+43+112=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #422B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B70 is #BDD48F. Grayscale: #393939. Windows color (decimal): -12440720 or 7351106. OLE color: 7351106.
HSL color Cylindrical-coordinate representation of color #422B70: hue angle of 260º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #422B70 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 43 | 112 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.56 |
| HSL | 260º | 0.45% | 0.3% | - |
| HSV(B) | 260º | 0.62% | 0.44% | - |
| XYZ | 6.04 | 4.06 | 15.79 | - |
| YUV | 57.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 112 | 0.41 | 0.62 | 0 | 0.56 | 260 | 0.45 | 0.3 |
| Hex | 42 | 2B | 70 | 29 | 3E | 0 | 38 | 104 | 2D | 1E |
| Octal | 102 | 53 | 160 | 51 | 76 | 0 | 70 | 404 | 55 | 36 |
| Binary | 1000010 | 101011 | 1110000 | 101001 | 111110 | 0 | 111000 | 100000100 | 101101 | 11110 |
Color Harmonies of #422B70
Complementary color
Monochromatic Colors of #422B70
Black with #422B70
Text Example
Text Example
White with #422B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B70; }
p { color: rgb(66,43,112); }
H1.HeaderClassName
{
color: #422B70;
}
.AnyTagClassName
{
color: #422B70;
}
</style>
background-color css
<style>
a { background-color: #422B70; }
a { background-color: rgb(66,43,112); }
div.DivClassName
{
background-color: #422B70;
}
.BgClassName
{
background-color: #422B70;
}
</style>
border-color css
<style>
span { border-color: #422B70; }
span { border-color: rgb(66,43,112); }
td.TdClassName
{
border-color: #422B70;
}
.TagClassName
{
border-color: #422B70;
}
</style>