Shades of Windsor #42297C
Tints of Windsor #42297C
RGB
CMYK
RGB Variations
Color information
#42297C (or 0x42297C) is known color: Windsor. HEX triplet: 42, 29 and 7C. RGB value is (66,41,124). Sum of RGB (Red+Green+Blue) = 66+41+124=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #42297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42297C is #BDD683. Grayscale: #393939. Windows color (decimal): -12441220 or 8137026. OLE color: 8137026.
HSL color Cylindrical-coordinate representation of color #42297C: hue angle of 258.07º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42297C is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 41 | 124 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.51 |
| HSL | 258.07º | 0.5% | 0.32% | - |
| HSV(B) | 258.07º | 0.67% | 0.49% | - |
| XYZ | 6.68 | 4.2 | 19.53 | - |
| YUV | 57.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 124 | 0.47 | 0.67 | 0 | 0.51 | 258.07 | 0.5 | 0.32 |
| Hex | 42 | 29 | 7C | 2F | 43 | 0 | 33 | 102 | 32 | 20 |
| Octal | 102 | 51 | 174 | 57 | 103 | 0 | 63 | 402 | 62 | 40 |
| Binary | 1000010 | 101001 | 1111100 | 101111 | 1000011 | 0 | 110011 | 100000010 | 110010 | 100000 |
Color Harmonies of #42297C
Complementary color
Monochromatic Colors of #42297C
Black with #42297C
Text Example
Text Example
White with #42297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42297C; }
p { color: rgb(66,41,124); }
H1.HeaderClassName
{
color: #42297C;
}
.AnyTagClassName
{
color: #42297C;
}
</style>
background-color css
<style>
a { background-color: #42297C; }
a { background-color: rgb(66,41,124); }
div.DivClassName
{
background-color: #42297C;
}
.BgClassName
{
background-color: #42297C;
}
</style>
border-color css
<style>
span { border-color: #42297C; }
span { border-color: rgb(66,41,124); }
td.TdClassName
{
border-color: #42297C;
}
.TagClassName
{
border-color: #42297C;
}
</style>