Shades of Indigo #441193
Tints of Indigo #441193
RGB
CMYK
RGB Variations
Color information
#441193 (or 0x441193) is known color: Indigo. HEX triplet: 44, 11 and 93. RGB value is (68,17,147). Sum of RGB (Red+Green+Blue) = 68+17+147=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #441193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441193 is #BBEE6C. Grayscale: #2E2E2E. Windows color (decimal): -12316269 or 9638212. OLE color: 9638212.
HSL color Cylindrical-coordinate representation of color #441193: hue angle of 263.54º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441193 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 17 | 147 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.42 |
| HSL | 263.54º | 0.79% | 0.32% | - |
| HSV(B) | 263.54º | 0.88% | 0.58% | - |
| XYZ | 7.85 | 3.74 | 27.91 | - |
| YUV | 47.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 147 | 0.54 | 0.88 | 0 | 0.42 | 263.54 | 0.79 | 0.32 |
| Hex | 44 | 11 | 93 | 36 | 58 | 0 | 2A | 108 | 4F | 20 |
| Octal | 104 | 21 | 223 | 66 | 130 | 0 | 52 | 410 | 117 | 40 |
| Binary | 1000100 | 10001 | 10010011 | 110110 | 1011000 | 0 | 101010 | 100001000 | 1001111 | 100000 |
Color Harmonies of #441193
Complementary color
Monochromatic Colors of #441193
Black with #441193
Text Example
Text Example
White with #441193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441193; }
p { color: rgb(68,17,147); }
H1.HeaderClassName
{
color: #441193;
}
.AnyTagClassName
{
color: #441193;
}
</style>
background-color css
<style>
a { background-color: #441193; }
a { background-color: rgb(68,17,147); }
div.DivClassName
{
background-color: #441193;
}
.BgClassName
{
background-color: #441193;
}
</style>
border-color css
<style>
span { border-color: #441193; }
span { border-color: rgb(68,17,147); }
td.TdClassName
{
border-color: #441193;
}
.TagClassName
{
border-color: #441193;
}
</style>