Shades of Windsor #422D7A
Tints of Windsor #422D7A
RGB
CMYK
RGB Variations
Color information
#422D7A (or 0x422D7A) is known color: Windsor. HEX triplet: 42, 2D and 7A. RGB value is (66,45,122). Sum of RGB (Red+Green+Blue) = 66+45+122=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #422D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D7A is #BDD285. Grayscale: #3B3B3B. Windows color (decimal): -12440198 or 8006978. OLE color: 8006978.
HSL color Cylindrical-coordinate representation of color #422D7A: hue angle of 256.36º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #422D7A is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 45 | 122 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.52 |
| HSL | 256.36º | 0.46% | 0.33% | - |
| HSV(B) | 256.36º | 0.63% | 0.48% | - |
| XYZ | 6.7 | 4.44 | 18.92 | - |
| YUV | 60.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 122 | 0.46 | 0.63 | 0 | 0.52 | 256.36 | 0.46 | 0.33 |
| Hex | 42 | 2D | 7A | 2E | 3F | 0 | 34 | 100 | 2E | 21 |
| Octal | 102 | 55 | 172 | 56 | 77 | 0 | 64 | 400 | 56 | 41 |
| Binary | 1000010 | 101101 | 1111010 | 101110 | 111111 | 0 | 110100 | 100000000 | 101110 | 100001 |
Color Harmonies of #422D7A
Complementary color
Monochromatic Colors of #422D7A
Black with #422D7A
Text Example
Text Example
White with #422D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D7A; }
p { color: rgb(66,45,122); }
H1.HeaderClassName
{
color: #422D7A;
}
.AnyTagClassName
{
color: #422D7A;
}
</style>
background-color css
<style>
a { background-color: #422D7A; }
a { background-color: rgb(66,45,122); }
div.DivClassName
{
background-color: #422D7A;
}
.BgClassName
{
background-color: #422D7A;
}
</style>
border-color css
<style>
span { border-color: #422D7A; }
span { border-color: rgb(66,45,122); }
td.TdClassName
{
border-color: #422D7A;
}
.TagClassName
{
border-color: #422D7A;
}
</style>