Shades of Windsor #441F81
Tints of Windsor #441F81
RGB
CMYK
RGB Variations
Color information
#441F81 (or 0x441F81) is known color: Windsor. HEX triplet: 44, 1F and 81. RGB value is (68,31,129). Sum of RGB (Red+Green+Blue) = 68+31+129=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #441F81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441F81 is #BBE07E. Grayscale: #343434. Windows color (decimal): -12312703 or 8462148. OLE color: 8462148.
HSL color Cylindrical-coordinate representation of color #441F81: hue angle of 262.65º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441F81 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 31 | 129 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.49 |
| HSL | 262.65º | 0.61% | 0.31% | - |
| HSV(B) | 262.65º | 0.76% | 0.51% | - |
| XYZ | 6.84 | 3.79 | 21.14 | - |
| YUV | 53.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 129 | 0.47 | 0.76 | 0 | 0.49 | 262.65 | 0.61 | 0.31 |
| Hex | 44 | 1F | 81 | 2F | 4C | 0 | 31 | 107 | 3D | 1F |
| Octal | 104 | 37 | 201 | 57 | 114 | 0 | 61 | 407 | 75 | 37 |
| Binary | 1000100 | 11111 | 10000001 | 101111 | 1001100 | 0 | 110001 | 100000111 | 111101 | 11111 |
Color Harmonies of #441F81
Complementary color
Monochromatic Colors of #441F81
Black with #441F81
Text Example
Text Example
White with #441F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F81; }
p { color: rgb(68,31,129); }
H1.HeaderClassName
{
color: #441F81;
}
.AnyTagClassName
{
color: #441F81;
}
</style>
background-color css
<style>
a { background-color: #441F81; }
a { background-color: rgb(68,31,129); }
div.DivClassName
{
background-color: #441F81;
}
.BgClassName
{
background-color: #441F81;
}
</style>
border-color css
<style>
span { border-color: #441F81; }
span { border-color: rgb(68,31,129); }
td.TdClassName
{
border-color: #441F81;
}
.TagClassName
{
border-color: #441F81;
}
</style>