Shades of Windsor #422E7B
Tints of Windsor #422E7B
RGB
CMYK
RGB Variations
Color information
#422E7B (or 0x422E7B) is known color: Windsor. HEX triplet: 42, 2E and 7B. RGB value is (66,46,123). Sum of RGB (Red+Green+Blue) = 66+46+123=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #422E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E7B is #BDD184. Grayscale: #3C3C3C. Windows color (decimal): -12439941 or 8072770. OLE color: 8072770.
HSL color Cylindrical-coordinate representation of color #422E7B: hue angle of 255.58º 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 #422E7B is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 46 | 123 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.52 |
| HSL | 255.58º | 0.46% | 0.33% | - |
| HSV(B) | 255.58º | 0.63% | 0.48% | - |
| XYZ | 6.8 | 4.54 | 19.26 | - |
| YUV | 60.76 | 163.13 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 123 | 0.46 | 0.63 | 0 | 0.52 | 255.58 | 0.46 | 0.33 |
| Hex | 42 | 2E | 7B | 2E | 3F | 0 | 34 | 100 | 2E | 21 |
| Octal | 102 | 56 | 173 | 56 | 77 | 0 | 64 | 400 | 56 | 41 |
| Binary | 1000010 | 101110 | 1111011 | 101110 | 111111 | 0 | 110100 | 100000000 | 101110 | 100001 |
Color Harmonies of #422E7B
Complementary color
Monochromatic Colors of #422E7B
Black with #422E7B
Text Example
Text Example
White with #422E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E7B; }
p { color: rgb(66,46,123); }
H1.HeaderClassName
{
color: #422E7B;
}
.AnyTagClassName
{
color: #422E7B;
}
</style>
background-color css
<style>
a { background-color: #422E7B; }
a { background-color: rgb(66,46,123); }
div.DivClassName
{
background-color: #422E7B;
}
.BgClassName
{
background-color: #422E7B;
}
</style>
border-color css
<style>
span { border-color: #422E7B; }
span { border-color: rgb(66,46,123); }
td.TdClassName
{
border-color: #422E7B;
}
.TagClassName
{
border-color: #422E7B;
}
</style>