Shades of Windsor #441E81
Tints of Windsor #441E81
RGB
CMYK
RGB Variations
Color information
#441E81 (or 0x441E81) is known color: Windsor. HEX triplet: 44, 1E and 81. RGB value is (68,30,129). Sum of RGB (Red+Green+Blue) = 68+30+129=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 129 (50.78% from 255 or 56.83% from 227); Max value from RGB is 129 - color contains mainly: blue. Hex color #441E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441E81 is #BBE17E. Grayscale: #343434. Windows color (decimal): -12312959 or 8461892. OLE color: 8461892.
HSL color Cylindrical-coordinate representation of color #441E81: hue angle of 263.03º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #441E81 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 30 | 129 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.49 |
| HSL | 263.03º | 0.62% | 0.31% | - |
| HSV(B) | 263.03º | 0.77% | 0.51% | - |
| XYZ | 6.81 | 3.74 | 21.13 | - |
| YUV | 52.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 129 | 0.47 | 0.77 | 0 | 0.49 | 263.03 | 0.62 | 0.31 |
| Hex | 44 | 1E | 81 | 2F | 4D | 0 | 31 | 107 | 3E | 1F |
| Octal | 104 | 36 | 201 | 57 | 115 | 0 | 61 | 407 | 76 | 37 |
| Binary | 1000100 | 11110 | 10000001 | 101111 | 1001101 | 0 | 110001 | 100000111 | 111110 | 11111 |
Color Harmonies of #441E81
Complementary color
Monochromatic Colors of #441E81
Black with #441E81
Text Example
Text Example
White with #441E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441E81; }
p { color: rgb(68,30,129); }
H1.HeaderClassName
{
color: #441E81;
}
.AnyTagClassName
{
color: #441E81;
}
</style>
background-color css
<style>
a { background-color: #441E81; }
a { background-color: rgb(68,30,129); }
div.DivClassName
{
background-color: #441E81;
}
.BgClassName
{
background-color: #441E81;
}
</style>
border-color css
<style>
span { border-color: #441E81; }
span { border-color: rgb(68,30,129); }
td.TdClassName
{
border-color: #441E81;
}
.TagClassName
{
border-color: #441E81;
}
</style>