Shades of Windsor #441C76
Tints of Windsor #441C76
RGB
CMYK
RGB Variations
Color information
#441C76 (or 0x441C76) is known color: Windsor. HEX triplet: 44, 1C and 76. RGB value is (68,28,118). Sum of RGB (Red+Green+Blue) = 68+28+118=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #441C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C76 is #BBE389. Grayscale: #313131. Windows color (decimal): -12313482 or 7740484. OLE color: 7740484.
HSL color Cylindrical-coordinate representation of color #441C76: hue angle of 266.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441C76 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 28 | 118 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.54 |
| HSL | 266.67º | 0.62% | 0.29% | - |
| HSV(B) | 266.67º | 0.76% | 0.46% | - |
| XYZ | 6.07 | 3.37 | 17.47 | - |
| YUV | 50.22 | 166.25 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 28 | 118 | 0.42 | 0.76 | 0 | 0.54 | 266.67 | 0.62 | 0.29 |
| Hex | 44 | 1C | 76 | 2A | 4C | 0 | 36 | 10B | 3E | 1D |
| Octal | 104 | 34 | 166 | 52 | 114 | 0 | 66 | 413 | 76 | 35 |
| Binary | 1000100 | 11100 | 1110110 | 101010 | 1001100 | 0 | 110110 | 100001011 | 111110 | 11101 |
Color Harmonies of #441C76
Complementary color
Monochromatic Colors of #441C76
Black with #441C76
Text Example
Text Example
White with #441C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441C76; }
p { color: rgb(68,28,118); }
H1.HeaderClassName
{
color: #441C76;
}
.AnyTagClassName
{
color: #441C76;
}
</style>
background-color css
<style>
a { background-color: #441C76; }
a { background-color: rgb(68,28,118); }
div.DivClassName
{
background-color: #441C76;
}
.BgClassName
{
background-color: #441C76;
}
</style>
border-color css
<style>
span { border-color: #441C76; }
span { border-color: rgb(68,28,118); }
td.TdClassName
{
border-color: #441C76;
}
.TagClassName
{
border-color: #441C76;
}
</style>