Shades of Windsor #42297E
Tints of Windsor #42297E
RGB
CMYK
RGB Variations
Color information
#42297E (or 0x42297E) is known color: Windsor. HEX triplet: 42, 29 and 7E. RGB value is (66,41,126). Sum of RGB (Red+Green+Blue) = 66+41+126=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #42297E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42297E is #BDD681. Grayscale: #393939. Windows color (decimal): -12441218 or 8268098. OLE color: 8268098.
HSL color Cylindrical-coordinate representation of color #42297E: hue angle of 257.65º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42297E is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 41 | 126 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.51 |
| HSL | 257.65º | 0.51% | 0.33% | - |
| HSV(B) | 257.65º | 0.67% | 0.49% | - |
| XYZ | 6.81 | 4.25 | 20.2 | - |
| YUV | 58.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 126 | 0.48 | 0.67 | 0 | 0.51 | 257.65 | 0.51 | 0.33 |
| Hex | 42 | 29 | 7E | 30 | 43 | 0 | 33 | 102 | 33 | 21 |
| Octal | 102 | 51 | 176 | 60 | 103 | 0 | 63 | 402 | 63 | 41 |
| Binary | 1000010 | 101001 | 1111110 | 110000 | 1000011 | 0 | 110011 | 100000010 | 110011 | 100001 |
Color Harmonies of #42297E
Complementary color
Monochromatic Colors of #42297E
Black with #42297E
Text Example
Text Example
White with #42297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42297E; }
p { color: rgb(66,41,126); }
H1.HeaderClassName
{
color: #42297E;
}
.AnyTagClassName
{
color: #42297E;
}
</style>
background-color css
<style>
a { background-color: #42297E; }
a { background-color: rgb(66,41,126); }
div.DivClassName
{
background-color: #42297E;
}
.BgClassName
{
background-color: #42297E;
}
</style>
border-color css
<style>
span { border-color: #42297E; }
span { border-color: rgb(66,41,126); }
td.TdClassName
{
border-color: #42297E;
}
.TagClassName
{
border-color: #42297E;
}
</style>