Shades of Windsor #42297F
Tints of Windsor #42297F
RGB
CMYK
RGB Variations
Color information
#42297F (or 0x42297F) is known color: Windsor. HEX triplet: 42, 29 and 7F. RGB value is (66,41,127). Sum of RGB (Red+Green+Blue) = 66+41+127=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #42297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42297F is #BDD680. Grayscale: #393939. Windows color (decimal): -12441217 or 8333634. OLE color: 8333634.
HSL color Cylindrical-coordinate representation of color #42297F: hue angle of 257.44º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42297F is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 41 | 127 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.50 |
| HSL | 257.44º | 0.51% | 0.33% | - |
| HSV(B) | 257.44º | 0.68% | 0.5% | - |
| XYZ | 6.87 | 4.28 | 20.54 | - |
| YUV | 58.28 | 166.78 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 127 | 0.48 | 0.68 | 0 | 0.50 | 257.44 | 0.51 | 0.33 |
| Hex | 42 | 29 | 7F | 30 | 44 | 0 | 32 | 101 | 33 | 21 |
| Octal | 102 | 51 | 177 | 60 | 104 | 0 | 62 | 401 | 63 | 41 |
| Binary | 1000010 | 101001 | 1111111 | 110000 | 1000100 | 0 | 110010 | 100000001 | 110011 | 100001 |
Color Harmonies of #42297F
Complementary color
Monochromatic Colors of #42297F
Black with #42297F
Text Example
Text Example
White with #42297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42297F; }
p { color: rgb(66,41,127); }
H1.HeaderClassName
{
color: #42297F;
}
.AnyTagClassName
{
color: #42297F;
}
</style>
background-color css
<style>
a { background-color: #42297F; }
a { background-color: rgb(66,41,127); }
div.DivClassName
{
background-color: #42297F;
}
.BgClassName
{
background-color: #42297F;
}
</style>
border-color css
<style>
span { border-color: #42297F; }
span { border-color: rgb(66,41,127); }
td.TdClassName
{
border-color: #42297F;
}
.TagClassName
{
border-color: #42297F;
}
</style>