Shades of Windsor #441D84
Tints of Windsor #441D84
RGB
CMYK
RGB Variations
Color information
#441D84 (or 0x441D84) is known color: Windsor. HEX triplet: 44, 1D and 84. RGB value is (68,29,132). Sum of RGB (Red+Green+Blue) = 68+29+132=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #441D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441D84 is #BBE27B. Grayscale: #343434. Windows color (decimal): -12313212 or 8658244. OLE color: 8658244.
HSL color Cylindrical-coordinate representation of color #441D84: hue angle of 262.72º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #441D84 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 29 | 132 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.48 |
| HSL | 262.72º | 0.64% | 0.32% | - |
| HSV(B) | 262.72º | 0.78% | 0.52% | - |
| XYZ | 6.99 | 3.77 | 22.19 | - |
| YUV | 52.4 | 172.92 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 132 | 0.48 | 0.78 | 0 | 0.48 | 262.72 | 0.64 | 0.32 |
| Hex | 44 | 1D | 84 | 30 | 4E | 0 | 30 | 107 | 40 | 20 |
| Octal | 104 | 35 | 204 | 60 | 116 | 0 | 60 | 407 | 100 | 40 |
| Binary | 1000100 | 11101 | 10000100 | 110000 | 1001110 | 0 | 110000 | 100000111 | 1000000 | 100000 |
Color Harmonies of #441D84
Complementary color
Monochromatic Colors of #441D84
Black with #441D84
Text Example
Text Example
White with #441D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D84; }
p { color: rgb(68,29,132); }
H1.HeaderClassName
{
color: #441D84;
}
.AnyTagClassName
{
color: #441D84;
}
</style>
background-color css
<style>
a { background-color: #441D84; }
a { background-color: rgb(68,29,132); }
div.DivClassName
{
background-color: #441D84;
}
.BgClassName
{
background-color: #441D84;
}
</style>
border-color css
<style>
span { border-color: #441D84; }
span { border-color: rgb(68,29,132); }
td.TdClassName
{
border-color: #441D84;
}
.TagClassName
{
border-color: #441D84;
}
</style>