Shades of Windsor #44247F
Tints of Windsor #44247F
RGB
CMYK
RGB Variations
Color information
#44247F (or 0x44247F) is known color: Windsor. HEX triplet: 44, 24 and 7F. RGB value is (68,36,127). Sum of RGB (Red+Green+Blue) = 68+36+127=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #44247F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44247F is #BBDB80. Grayscale: #373737. Windows color (decimal): -12311425 or 8332356. OLE color: 8332356.
HSL color Cylindrical-coordinate representation of color #44247F: hue angle of 261.1º 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 #44247F is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 36 | 127 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.50 |
| HSL | 261.1º | 0.56% | 0.32% | - |
| HSV(B) | 261.1º | 0.72% | 0.5% | - |
| XYZ | 6.85 | 4.02 | 20.49 | - |
| YUV | 55.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 127 | 0.46 | 0.72 | 0 | 0.50 | 261.1 | 0.56 | 0.32 |
| Hex | 44 | 24 | 7F | 2E | 48 | 0 | 32 | 105 | 38 | 20 |
| Octal | 104 | 44 | 177 | 56 | 110 | 0 | 62 | 405 | 70 | 40 |
| Binary | 1000100 | 100100 | 1111111 | 101110 | 1001000 | 0 | 110010 | 100000101 | 111000 | 100000 |
Color Harmonies of #44247F
Complementary color
Monochromatic Colors of #44247F
Black with #44247F
Text Example
Text Example
White with #44247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44247F; }
p { color: rgb(68,36,127); }
H1.HeaderClassName
{
color: #44247F;
}
.AnyTagClassName
{
color: #44247F;
}
</style>
background-color css
<style>
a { background-color: #44247F; }
a { background-color: rgb(68,36,127); }
div.DivClassName
{
background-color: #44247F;
}
.BgClassName
{
background-color: #44247F;
}
</style>
border-color css
<style>
span { border-color: #44247F; }
span { border-color: rgb(68,36,127); }
td.TdClassName
{
border-color: #44247F;
}
.TagClassName
{
border-color: #44247F;
}
</style>