Shades of Windsor #44227C
Tints of Windsor #44227C
RGB
CMYK
RGB Variations
Color information
#44227C (or 0x44227C) is known color: Windsor. HEX triplet: 44, 22 and 7C. RGB value is (68,34,124). Sum of RGB (Red+Green+Blue) = 68+34+124=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #44227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44227C is #BBDD83. Grayscale: #363636. Windows color (decimal): -12311940 or 8135236. OLE color: 8135236.
HSL color Cylindrical-coordinate representation of color #44227C: hue angle of 262.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44227C is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 34 | 124 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.51 |
| HSL | 262.67º | 0.57% | 0.31% | - |
| HSV(B) | 262.67º | 0.73% | 0.49% | - |
| XYZ | 6.59 | 3.83 | 19.46 | - |
| YUV | 54.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 124 | 0.45 | 0.73 | 0 | 0.51 | 262.67 | 0.57 | 0.31 |
| Hex | 44 | 22 | 7C | 2D | 49 | 0 | 33 | 107 | 39 | 1F |
| Octal | 104 | 42 | 174 | 55 | 111 | 0 | 63 | 407 | 71 | 37 |
| Binary | 1000100 | 100010 | 1111100 | 101101 | 1001001 | 0 | 110011 | 100000111 | 111001 | 11111 |
Color Harmonies of #44227C
Complementary color
Monochromatic Colors of #44227C
Black with #44227C
Text Example
Text Example
White with #44227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44227C; }
p { color: rgb(68,34,124); }
H1.HeaderClassName
{
color: #44227C;
}
.AnyTagClassName
{
color: #44227C;
}
</style>
background-color css
<style>
a { background-color: #44227C; }
a { background-color: rgb(68,34,124); }
div.DivClassName
{
background-color: #44227C;
}
.BgClassName
{
background-color: #44227C;
}
</style>
border-color css
<style>
span { border-color: #44227C; }
span { border-color: rgb(68,34,124); }
td.TdClassName
{
border-color: #44227C;
}
.TagClassName
{
border-color: #44227C;
}
</style>