Shades of Indigo #441070
Tints of Indigo #441070
RGB
CMYK
RGB Variations
Color information
#441070 (or 0x441070) is known color: Indigo. HEX triplet: 44, 10 and 70. RGB value is (68,16,112). Sum of RGB (Red+Green+Blue) = 68+16+112=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #441070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441070 is #BBEF8F. Grayscale: #2A2A2A. Windows color (decimal): -12316560 or 7344196. OLE color: 7344196.
HSL color Cylindrical-coordinate representation of color #441070: hue angle of 272.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441070 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 16 | 112 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.56 |
| HSL | 272.5º | 0.75% | 0.25% | - |
| HSV(B) | 272.5º | 0.86% | 0.44% | - |
| XYZ | 5.49 | 2.77 | 15.57 | - |
| YUV | 42.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 112 | 0.39 | 0.86 | 0 | 0.56 | 272.5 | 0.75 | 0.25 |
| Hex | 44 | 10 | 70 | 27 | 56 | 0 | 38 | 110 | 4B | 19 |
| Octal | 104 | 20 | 160 | 47 | 126 | 0 | 70 | 420 | 113 | 31 |
| Binary | 1000100 | 10000 | 1110000 | 100111 | 1010110 | 0 | 111000 | 100010000 | 1001011 | 11001 |
Color Harmonies of #441070
Complementary color
Monochromatic Colors of #441070
Black with #441070
Text Example
Text Example
White with #441070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441070; }
p { color: rgb(68,16,112); }
H1.HeaderClassName
{
color: #441070;
}
.AnyTagClassName
{
color: #441070;
}
</style>
background-color css
<style>
a { background-color: #441070; }
a { background-color: rgb(68,16,112); }
div.DivClassName
{
background-color: #441070;
}
.BgClassName
{
background-color: #441070;
}
</style>
border-color css
<style>
span { border-color: #441070; }
span { border-color: rgb(68,16,112); }
td.TdClassName
{
border-color: #441070;
}
.TagClassName
{
border-color: #441070;
}
</style>