Shades of Windsor #42288A
Tints of Windsor #42288A
RGB
CMYK
RGB Variations
Color information
#42288A (or 0x42288A) is known color: Windsor. HEX triplet: 42, 28 and 8A. RGB value is (66,40,138). Sum of RGB (Red+Green+Blue) = 66+40+138=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #42288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42288A is #BDD775. Grayscale: #3A3A3A. Windows color (decimal): -12441462 or 9054274. OLE color: 9054274.
HSL color Cylindrical-coordinate representation of color #42288A: hue angle of 255.92º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42288A is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 40 | 138 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.46 |
| HSL | 255.92º | 0.55% | 0.35% | - |
| HSV(B) | 255.92º | 0.71% | 0.54% | - |
| XYZ | 7.59 | 4.51 | 24.52 | - |
| YUV | 58.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 138 | 0.52 | 0.71 | 0 | 0.46 | 255.92 | 0.55 | 0.35 |
| Hex | 42 | 28 | 8A | 34 | 47 | 0 | 2E | 100 | 37 | 23 |
| Octal | 102 | 50 | 212 | 64 | 107 | 0 | 56 | 400 | 67 | 43 |
| Binary | 1000010 | 101000 | 10001010 | 110100 | 1000111 | 0 | 101110 | 100000000 | 110111 | 100011 |
Color Harmonies of #42288A
Complementary color
Monochromatic Colors of #42288A
Black with #42288A
Text Example
Text Example
White with #42288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42288A; }
p { color: rgb(66,40,138); }
H1.HeaderClassName
{
color: #42288A;
}
.AnyTagClassName
{
color: #42288A;
}
</style>
background-color css
<style>
a { background-color: #42288A; }
a { background-color: rgb(66,40,138); }
div.DivClassName
{
background-color: #42288A;
}
.BgClassName
{
background-color: #42288A;
}
</style>
border-color css
<style>
span { border-color: #42288A; }
span { border-color: rgb(66,40,138); }
td.TdClassName
{
border-color: #42288A;
}
.TagClassName
{
border-color: #42288A;
}
</style>