Shades of Indigo #44019A
Tints of Indigo #44019A
RGB
CMYK
RGB Variations
Color information
#44019A (or 0x44019A) is known color: Indigo. HEX triplet: 44, 01 and 9A. RGB value is (68,1,154). Sum of RGB (Red+Green+Blue) = 68+1+154=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 154 (60.55% from 255 or 69.06% from 223); Max value from RGB is 154 - color contains mainly: blue. Hex color #44019A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44019A is #BBFE65. Grayscale: #252525. Windows color (decimal): -12320358 or 10092868. OLE color: 10092868.
HSL color Cylindrical-coordinate representation of color #44019A: hue angle of 266.27º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44019A is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 1 | 154 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.40 |
| HSL | 266.27º | 0.99% | 0.3% | - |
| HSV(B) | 266.27º | 0.99% | 0.6% | - |
| XYZ | 8.23 | 3.58 | 30.83 | - |
| YUV | 38.48 | 193.2 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 154 | 0.56 | 0.99 | 0 | 0.40 | 266.27 | 0.99 | 0.3 |
| Hex | 44 | 1 | 9A | 38 | 63 | 0 | 28 | 10A | 63 | 1E |
| Octal | 104 | 1 | 232 | 70 | 143 | 0 | 50 | 412 | 143 | 36 |
| Binary | 1000100 | 1 | 10011010 | 111000 | 1100011 | 0 | 101000 | 100001010 | 1100011 | 11110 |
Color Harmonies of #44019A
Complementary color
Monochromatic Colors of #44019A
Black with #44019A
Text Example
Text Example
White with #44019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44019A; }
p { color: rgb(68,1,154); }
H1.HeaderClassName
{
color: #44019A;
}
.AnyTagClassName
{
color: #44019A;
}
</style>
background-color css
<style>
a { background-color: #44019A; }
a { background-color: rgb(68,1,154); }
div.DivClassName
{
background-color: #44019A;
}
.BgClassName
{
background-color: #44019A;
}
</style>
border-color css
<style>
span { border-color: #44019A; }
span { border-color: rgb(68,1,154); }
td.TdClassName
{
border-color: #44019A;
}
.TagClassName
{
border-color: #44019A;
}
</style>