Shades of Windsor #44227B
Tints of Windsor #44227B
RGB
CMYK
RGB Variations
Color information
#44227B (or 0x44227B) is known color: Windsor. HEX triplet: 44, 22 and 7B. RGB value is (68,34,123). Sum of RGB (Red+Green+Blue) = 68+34+123=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #44227B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44227B is #BBDD84. Grayscale: #353535. Windows color (decimal): -12311941 or 8069700. OLE color: 8069700.
HSL color Cylindrical-coordinate representation of color #44227B: hue angle of 262.92º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44227B is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 34 | 123 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.52 |
| HSL | 262.92º | 0.57% | 0.31% | - |
| HSV(B) | 262.92º | 0.72% | 0.48% | - |
| XYZ | 6.53 | 3.8 | 19.13 | - |
| YUV | 54.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 123 | 0.45 | 0.72 | 0 | 0.52 | 262.92 | 0.57 | 0.31 |
| Hex | 44 | 22 | 7B | 2D | 48 | 0 | 34 | 107 | 39 | 1F |
| Octal | 104 | 42 | 173 | 55 | 110 | 0 | 64 | 407 | 71 | 37 |
| Binary | 1000100 | 100010 | 1111011 | 101101 | 1001000 | 0 | 110100 | 100000111 | 111001 | 11111 |
Color Harmonies of #44227B
Complementary color
Monochromatic Colors of #44227B
Black with #44227B
Text Example
Text Example
White with #44227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44227B; }
p { color: rgb(68,34,123); }
H1.HeaderClassName
{
color: #44227B;
}
.AnyTagClassName
{
color: #44227B;
}
</style>
background-color css
<style>
a { background-color: #44227B; }
a { background-color: rgb(68,34,123); }
div.DivClassName
{
background-color: #44227B;
}
.BgClassName
{
background-color: #44227B;
}
</style>
border-color css
<style>
span { border-color: #44227B; }
span { border-color: rgb(68,34,123); }
td.TdClassName
{
border-color: #44227B;
}
.TagClassName
{
border-color: #44227B;
}
</style>