Shades of Windsor #441B76
Tints of Windsor #441B76
RGB
CMYK
RGB Variations
Color information
#441B76 (or 0x441B76) is known color: Windsor. HEX triplet: 44, 1B and 76. RGB value is (68,27,118). Sum of RGB (Red+Green+Blue) = 68+27+118=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #441B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B76 is #BBE489. Grayscale: #313131. Windows color (decimal): -12313738 or 7740228. OLE color: 7740228.
HSL color Cylindrical-coordinate representation of color #441B76: hue angle of 267.03º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #441B76 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 27 | 118 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.54 |
| HSL | 267.03º | 0.63% | 0.28% | - |
| HSV(B) | 267.03º | 0.77% | 0.46% | - |
| XYZ | 6.05 | 3.32 | 17.46 | - |
| YUV | 49.63 | 166.58 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 118 | 0.42 | 0.77 | 0 | 0.54 | 267.03 | 0.63 | 0.28 |
| Hex | 44 | 1B | 76 | 2A | 4D | 0 | 36 | 10B | 3F | 1C |
| Octal | 104 | 33 | 166 | 52 | 115 | 0 | 66 | 413 | 77 | 34 |
| Binary | 1000100 | 11011 | 1110110 | 101010 | 1001101 | 0 | 110110 | 100001011 | 111111 | 11100 |
Color Harmonies of #441B76
Complementary color
Monochromatic Colors of #441B76
Black with #441B76
Text Example
Text Example
White with #441B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B76; }
p { color: rgb(68,27,118); }
H1.HeaderClassName
{
color: #441B76;
}
.AnyTagClassName
{
color: #441B76;
}
</style>
background-color css
<style>
a { background-color: #441B76; }
a { background-color: rgb(68,27,118); }
div.DivClassName
{
background-color: #441B76;
}
.BgClassName
{
background-color: #441B76;
}
</style>
border-color css
<style>
span { border-color: #441B76; }
span { border-color: rgb(68,27,118); }
td.TdClassName
{
border-color: #441B76;
}
.TagClassName
{
border-color: #441B76;
}
</style>