Shades of Windsor #44197D
Tints of Windsor #44197D
RGB
CMYK
RGB Variations
Color information
#44197D (or 0x44197D) is known color: Windsor. HEX triplet: 44, 19 and 7D. RGB value is (68,25,125). Sum of RGB (Red+Green+Blue) = 68+25+125=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #44197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44197D is #BBE682. Grayscale: #303030. Windows color (decimal): -12314243 or 8198468. OLE color: 8198468.
HSL color Cylindrical-coordinate representation of color #44197D: hue angle of 265.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44197D is Cyan = 0.46, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 25 | 125 | - |
| CMYK | 0.46 | 0.8 | 0 | 0.51 |
| HSL | 265.8º | 0.67% | 0.29% | - |
| HSV(B) | 265.8º | 0.8% | 0.49% | - |
| XYZ | 6.43 | 3.4 | 19.72 | - |
| YUV | 49.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 125 | 0.46 | 0.8 | 0 | 0.51 | 265.8 | 0.67 | 0.29 |
| Hex | 44 | 19 | 7D | 2E | 50 | 0 | 33 | 10A | 43 | 1D |
| Octal | 104 | 31 | 175 | 56 | 120 | 0 | 63 | 412 | 103 | 35 |
| Binary | 1000100 | 11001 | 1111101 | 101110 | 1010000 | 0 | 110011 | 100001010 | 1000011 | 11101 |
Color Harmonies of #44197D
Complementary color
Monochromatic Colors of #44197D
Black with #44197D
Text Example
Text Example
White with #44197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44197D; }
p { color: rgb(68,25,125); }
H1.HeaderClassName
{
color: #44197D;
}
.AnyTagClassName
{
color: #44197D;
}
</style>
background-color css
<style>
a { background-color: #44197D; }
a { background-color: rgb(68,25,125); }
div.DivClassName
{
background-color: #44197D;
}
.BgClassName
{
background-color: #44197D;
}
</style>
border-color css
<style>
span { border-color: #44197D; }
span { border-color: rgb(68,25,125); }
td.TdClassName
{
border-color: #44197D;
}
.TagClassName
{
border-color: #44197D;
}
</style>