Shades of Windsor #42247F
Tints of Windsor #42247F
RGB
CMYK
RGB Variations
Color information
#42247F (or 0x42247F) is known color: Windsor. HEX triplet: 42, 24 and 7F. RGB value is (66,36,127). Sum of RGB (Red+Green+Blue) = 66+36+127=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #42247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42247F is #BDDB80. Grayscale: #373737. Windows color (decimal): -12442497 or 8332354. OLE color: 8332354.
HSL color Cylindrical-coordinate representation of color #42247F: hue angle of 259.78º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42247F is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 36 | 127 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.50 |
| HSL | 259.78º | 0.56% | 0.32% | - |
| HSV(B) | 259.78º | 0.72% | 0.5% | - |
| XYZ | 6.71 | 3.95 | 20.49 | - |
| YUV | 55.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 127 | 0.48 | 0.72 | 0 | 0.50 | 259.78 | 0.56 | 0.32 |
| Hex | 42 | 24 | 7F | 30 | 48 | 0 | 32 | 104 | 38 | 20 |
| Octal | 102 | 44 | 177 | 60 | 110 | 0 | 62 | 404 | 70 | 40 |
| Binary | 1000010 | 100100 | 1111111 | 110000 | 1001000 | 0 | 110010 | 100000100 | 111000 | 100000 |
Color Harmonies of #42247F
Complementary color
Monochromatic Colors of #42247F
Black with #42247F
Text Example
Text Example
White with #42247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42247F; }
p { color: rgb(66,36,127); }
H1.HeaderClassName
{
color: #42247F;
}
.AnyTagClassName
{
color: #42247F;
}
</style>
background-color css
<style>
a { background-color: #42247F; }
a { background-color: rgb(66,36,127); }
div.DivClassName
{
background-color: #42247F;
}
.BgClassName
{
background-color: #42247F;
}
</style>
border-color css
<style>
span { border-color: #42247F; }
span { border-color: rgb(66,36,127); }
td.TdClassName
{
border-color: #42247F;
}
.TagClassName
{
border-color: #42247F;
}
</style>