Shades of Windsor #441F76
Tints of Windsor #441F76
RGB
CMYK
RGB Variations
Color information
#441F76 (or 0x441F76) is known color: Windsor. HEX triplet: 44, 1F and 76. RGB value is (68,31,118). Sum of RGB (Red+Green+Blue) = 68+31+118=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #441F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F76 is #BBE089. Grayscale: #333333. Windows color (decimal): -12312714 or 7741252. OLE color: 7741252.
HSL color Cylindrical-coordinate representation of color #441F76: hue angle of 265.52º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #441F76 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 31 | 118 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.54 |
| HSL | 265.52º | 0.58% | 0.29% | - |
| HSV(B) | 265.52º | 0.74% | 0.46% | - |
| XYZ | 6.14 | 3.52 | 17.49 | - |
| YUV | 51.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 118 | 0.42 | 0.74 | 0 | 0.54 | 265.52 | 0.58 | 0.29 |
| Hex | 44 | 1F | 76 | 2A | 4A | 0 | 36 | 10A | 3A | 1D |
| Octal | 104 | 37 | 166 | 52 | 112 | 0 | 66 | 412 | 72 | 35 |
| Binary | 1000100 | 11111 | 1110110 | 101010 | 1001010 | 0 | 110110 | 100001010 | 111010 | 11101 |
Color Harmonies of #441F76
Complementary color
Monochromatic Colors of #441F76
Black with #441F76
Text Example
Text Example
White with #441F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F76; }
p { color: rgb(68,31,118); }
H1.HeaderClassName
{
color: #441F76;
}
.AnyTagClassName
{
color: #441F76;
}
</style>
background-color css
<style>
a { background-color: #441F76; }
a { background-color: rgb(68,31,118); }
div.DivClassName
{
background-color: #441F76;
}
.BgClassName
{
background-color: #441F76;
}
</style>
border-color css
<style>
span { border-color: #441F76; }
span { border-color: rgb(68,31,118); }
td.TdClassName
{
border-color: #441F76;
}
.TagClassName
{
border-color: #441F76;
}
</style>