Shades of Windsor #422B6E
Tints of Windsor #422B6E
RGB
CMYK
RGB Variations
Color information
#422B6E (or 0x422B6E) is known color: Windsor. HEX triplet: 42, 2B and 6E. RGB value is (66,43,110). Sum of RGB (Red+Green+Blue) = 66+43+110=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #422B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B6E is #BDD491. Grayscale: #393939. Windows color (decimal): -12440722 or 7220034. OLE color: 7220034.
HSL color Cylindrical-coordinate representation of color #422B6E: hue angle of 260.6º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #422B6E is Cyan = 0.4, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 43 | 110 | - |
| CMYK | 0.4 | 0.61 | 0 | 0.57 |
| HSL | 260.6º | 0.44% | 0.3% | - |
| HSV(B) | 260.6º | 0.61% | 0.43% | - |
| XYZ | 5.93 | 4.01 | 15.21 | - |
| YUV | 57.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 110 | 0.4 | 0.61 | 0 | 0.57 | 260.6 | 0.44 | 0.3 |
| Hex | 42 | 2B | 6E | 28 | 3D | 0 | 39 | 105 | 2C | 1E |
| Octal | 102 | 53 | 156 | 50 | 75 | 0 | 71 | 405 | 54 | 36 |
| Binary | 1000010 | 101011 | 1101110 | 101000 | 111101 | 0 | 111001 | 100000101 | 101100 | 11110 |
Color Harmonies of #422B6E
Complementary color
Monochromatic Colors of #422B6E
Black with #422B6E
Text Example
Text Example
White with #422B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B6E; }
p { color: rgb(66,43,110); }
H1.HeaderClassName
{
color: #422B6E;
}
.AnyTagClassName
{
color: #422B6E;
}
</style>
background-color css
<style>
a { background-color: #422B6E; }
a { background-color: rgb(66,43,110); }
div.DivClassName
{
background-color: #422B6E;
}
.BgClassName
{
background-color: #422B6E;
}
</style>
border-color css
<style>
span { border-color: #422B6E; }
span { border-color: rgb(66,43,110); }
td.TdClassName
{
border-color: #422B6E;
}
.TagClassName
{
border-color: #422B6E;
}
</style>