Shades of Windsor #44247E
Tints of Windsor #44247E
RGB
CMYK
RGB Variations
Color information
#44247E (or 0x44247E) is known color: Windsor. HEX triplet: 44, 24 and 7E. RGB value is (68,36,126). Sum of RGB (Red+Green+Blue) = 68+36+126=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #44247E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44247E is #BBDB81. Grayscale: #373737. Windows color (decimal): -12311426 or 8266820. OLE color: 8266820.
HSL color Cylindrical-coordinate representation of color #44247E: hue angle of 261.33º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44247E is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 36 | 126 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.51 |
| HSL | 261.33º | 0.56% | 0.32% | - |
| HSV(B) | 261.33º | 0.71% | 0.49% | - |
| XYZ | 6.78 | 4 | 20.15 | - |
| YUV | 55.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 126 | 0.46 | 0.71 | 0 | 0.51 | 261.33 | 0.56 | 0.32 |
| Hex | 44 | 24 | 7E | 2E | 47 | 0 | 33 | 105 | 38 | 20 |
| Octal | 104 | 44 | 176 | 56 | 107 | 0 | 63 | 405 | 70 | 40 |
| Binary | 1000100 | 100100 | 1111110 | 101110 | 1000111 | 0 | 110011 | 100000101 | 111000 | 100000 |
Color Harmonies of #44247E
Complementary color
Monochromatic Colors of #44247E
Black with #44247E
Text Example
Text Example
White with #44247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44247E; }
p { color: rgb(68,36,126); }
H1.HeaderClassName
{
color: #44247E;
}
.AnyTagClassName
{
color: #44247E;
}
</style>
background-color css
<style>
a { background-color: #44247E; }
a { background-color: rgb(68,36,126); }
div.DivClassName
{
background-color: #44247E;
}
.BgClassName
{
background-color: #44247E;
}
</style>
border-color css
<style>
span { border-color: #44247E; }
span { border-color: rgb(68,36,126); }
td.TdClassName
{
border-color: #44247E;
}
.TagClassName
{
border-color: #44247E;
}
</style>