Shades of Windsor #422F7E
Tints of Windsor #422F7E
RGB
CMYK
RGB Variations
Color information
#422F7E (or 0x422F7E) is known color: Windsor. HEX triplet: 42, 2F and 7E. RGB value is (66,47,126). Sum of RGB (Red+Green+Blue) = 66+47+126=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #422F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422F7E is #BDD081. Grayscale: #3D3D3D. Windows color (decimal): -12439682 or 8269634. OLE color: 8269634.
HSL color Cylindrical-coordinate representation of color #422F7E: hue angle of 254.43º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #422F7E is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 47 | 126 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.51 |
| HSL | 254.43º | 0.46% | 0.34% | - |
| HSV(B) | 254.43º | 0.63% | 0.49% | - |
| XYZ | 7.03 | 4.7 | 20.27 | - |
| YUV | 61.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 126 | 0.48 | 0.63 | 0 | 0.51 | 254.43 | 0.46 | 0.34 |
| Hex | 42 | 2F | 7E | 30 | 3F | 0 | 33 | FE | 2E | 22 |
| Octal | 102 | 57 | 176 | 60 | 77 | 0 | 63 | 376 | 56 | 42 |
| Binary | 1000010 | 101111 | 1111110 | 110000 | 111111 | 0 | 110011 | 11111110 | 101110 | 100010 |
Color Harmonies of #422F7E
Complementary color
Monochromatic Colors of #422F7E
Black with #422F7E
Text Example
Text Example
White with #422F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F7E; }
p { color: rgb(66,47,126); }
H1.HeaderClassName
{
color: #422F7E;
}
.AnyTagClassName
{
color: #422F7E;
}
</style>
background-color css
<style>
a { background-color: #422F7E; }
a { background-color: rgb(66,47,126); }
div.DivClassName
{
background-color: #422F7E;
}
.BgClassName
{
background-color: #422F7E;
}
</style>
border-color css
<style>
span { border-color: #422F7E; }
span { border-color: rgb(66,47,126); }
td.TdClassName
{
border-color: #422F7E;
}
.TagClassName
{
border-color: #422F7E;
}
</style>