Shades of Windsor #422B75
Tints of Windsor #422B75
RGB
CMYK
RGB Variations
Color information
#422B75 (or 0x422B75) is known color: Windsor. HEX triplet: 42, 2B and 75. RGB value is (66,43,117). Sum of RGB (Red+Green+Blue) = 66+43+117=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #422B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422B75 is #BDD48A. Grayscale: #3A3A3A. Windows color (decimal): -12440715 or 7678786. OLE color: 7678786.
HSL color Cylindrical-coordinate representation of color #422B75: hue angle of 258.65º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #422B75 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 43 | 117 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.54 |
| HSL | 258.65º | 0.46% | 0.31% | - |
| HSV(B) | 258.65º | 0.63% | 0.46% | - |
| XYZ | 6.32 | 4.17 | 17.3 | - |
| YUV | 58.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 117 | 0.44 | 0.63 | 0 | 0.54 | 258.65 | 0.46 | 0.31 |
| Hex | 42 | 2B | 75 | 2C | 3F | 0 | 36 | 103 | 2E | 1F |
| Octal | 102 | 53 | 165 | 54 | 77 | 0 | 66 | 403 | 56 | 37 |
| Binary | 1000010 | 101011 | 1110101 | 101100 | 111111 | 0 | 110110 | 100000011 | 101110 | 11111 |
Color Harmonies of #422B75
Complementary color
Monochromatic Colors of #422B75
Black with #422B75
Text Example
Text Example
White with #422B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B75; }
p { color: rgb(66,43,117); }
H1.HeaderClassName
{
color: #422B75;
}
.AnyTagClassName
{
color: #422B75;
}
</style>
background-color css
<style>
a { background-color: #422B75; }
a { background-color: rgb(66,43,117); }
div.DivClassName
{
background-color: #422B75;
}
.BgClassName
{
background-color: #422B75;
}
</style>
border-color css
<style>
span { border-color: #422B75; }
span { border-color: rgb(66,43,117); }
td.TdClassName
{
border-color: #422B75;
}
.TagClassName
{
border-color: #422B75;
}
</style>