Shades of Windsor #42248E
Tints of Windsor #42248E
RGB
CMYK
RGB Variations
Color information
#42248E (or 0x42248E) is known color: Windsor. HEX triplet: 42, 24 and 8E. RGB value is (66,36,142). Sum of RGB (Red+Green+Blue) = 66+36+142=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #42248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42248E is #BDDB71. Grayscale: #383838. Windows color (decimal): -12442482 or 9315394. OLE color: 9315394.
HSL color Cylindrical-coordinate representation of color #42248E: hue angle of 256.98º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42248E is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 36 | 142 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.44 |
| HSL | 256.98º | 0.6% | 0.35% | - |
| HSV(B) | 256.98º | 0.75% | 0.56% | - |
| XYZ | 7.76 | 4.37 | 26.03 | - |
| YUV | 57.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 142 | 0.54 | 0.75 | 0 | 0.44 | 256.98 | 0.6 | 0.35 |
| Hex | 42 | 24 | 8E | 36 | 4B | 0 | 2C | 101 | 3C | 23 |
| Octal | 102 | 44 | 216 | 66 | 113 | 0 | 54 | 401 | 74 | 43 |
| Binary | 1000010 | 100100 | 10001110 | 110110 | 1001011 | 0 | 101100 | 100000001 | 111100 | 100011 |
Color Harmonies of #42248E
Complementary color
Monochromatic Colors of #42248E
Black with #42248E
Text Example
Text Example
White with #42248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42248E; }
p { color: rgb(66,36,142); }
H1.HeaderClassName
{
color: #42248E;
}
.AnyTagClassName
{
color: #42248E;
}
</style>
background-color css
<style>
a { background-color: #42248E; }
a { background-color: rgb(66,36,142); }
div.DivClassName
{
background-color: #42248E;
}
.BgClassName
{
background-color: #42248E;
}
</style>
border-color css
<style>
span { border-color: #42248E; }
span { border-color: rgb(66,36,142); }
td.TdClassName
{
border-color: #42248E;
}
.TagClassName
{
border-color: #42248E;
}
</style>