Shades of Windsor #441E7D
Tints of Windsor #441E7D
RGB
CMYK
RGB Variations
Color information
#441E7D (or 0x441E7D) is known color: Windsor. HEX triplet: 44, 1E and 7D. RGB value is (68,30,125). Sum of RGB (Red+Green+Blue) = 68+30+125=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #441E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441E7D is #BBE182. Grayscale: #333333. Windows color (decimal): -12312963 or 8199748. OLE color: 8199748.
HSL color Cylindrical-coordinate representation of color #441E7D: hue angle of 264º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441E7D is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 30 | 125 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.51 |
| HSL | 264º | 0.61% | 0.3% | - |
| HSV(B) | 264º | 0.76% | 0.49% | - |
| XYZ | 6.55 | 3.64 | 19.76 | - |
| YUV | 52.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 125 | 0.46 | 0.76 | 0 | 0.51 | 264 | 0.61 | 0.3 |
| Hex | 44 | 1E | 7D | 2E | 4C | 0 | 33 | 108 | 3D | 1E |
| Octal | 104 | 36 | 175 | 56 | 114 | 0 | 63 | 410 | 75 | 36 |
| Binary | 1000100 | 11110 | 1111101 | 101110 | 1001100 | 0 | 110011 | 100001000 | 111101 | 11110 |
Color Harmonies of #441E7D
Complementary color
Monochromatic Colors of #441E7D
Black with #441E7D
Text Example
Text Example
White with #441E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441E7D; }
p { color: rgb(68,30,125); }
H1.HeaderClassName
{
color: #441E7D;
}
.AnyTagClassName
{
color: #441E7D;
}
</style>
background-color css
<style>
a { background-color: #441E7D; }
a { background-color: rgb(68,30,125); }
div.DivClassName
{
background-color: #441E7D;
}
.BgClassName
{
background-color: #441E7D;
}
</style>
border-color css
<style>
span { border-color: #441E7D; }
span { border-color: rgb(68,30,125); }
td.TdClassName
{
border-color: #441E7D;
}
.TagClassName
{
border-color: #441E7D;
}
</style>