Shades of Windsor #42207A
Tints of Windsor #42207A
RGB
CMYK
RGB Variations
Color information
#42207A (or 0x42207A) is known color: Windsor. HEX triplet: 42, 20 and 7A. RGB value is (66,32,122). Sum of RGB (Red+Green+Blue) = 66+32+122=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #42207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42207A is #BDDF85. Grayscale: #343434. Windows color (decimal): -12443526 or 8003650. OLE color: 8003650.
HSL color Cylindrical-coordinate representation of color #42207A: hue angle of 262.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42207A is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 32 | 122 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.52 |
| HSL | 262.67º | 0.58% | 0.3% | - |
| HSV(B) | 262.67º | 0.74% | 0.48% | - |
| XYZ | 6.28 | 3.6 | 18.78 | - |
| YUV | 52.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 122 | 0.46 | 0.74 | 0 | 0.52 | 262.67 | 0.58 | 0.3 |
| Hex | 42 | 20 | 7A | 2E | 4A | 0 | 34 | 107 | 3A | 1E |
| Octal | 102 | 40 | 172 | 56 | 112 | 0 | 64 | 407 | 72 | 36 |
| Binary | 1000010 | 100000 | 1111010 | 101110 | 1001010 | 0 | 110100 | 100000111 | 111010 | 11110 |
Color Harmonies of #42207A
Complementary color
Monochromatic Colors of #42207A
Black with #42207A
Text Example
Text Example
White with #42207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42207A; }
p { color: rgb(66,32,122); }
H1.HeaderClassName
{
color: #42207A;
}
.AnyTagClassName
{
color: #42207A;
}
</style>
background-color css
<style>
a { background-color: #42207A; }
a { background-color: rgb(66,32,122); }
div.DivClassName
{
background-color: #42207A;
}
.BgClassName
{
background-color: #42207A;
}
</style>
border-color css
<style>
span { border-color: #42207A; }
span { border-color: rgb(66,32,122); }
td.TdClassName
{
border-color: #42207A;
}
.TagClassName
{
border-color: #42207A;
}
</style>