Shades of Indigo #44015A
Tints of Indigo #44015A
RGB
CMYK
RGB Variations
Color information
#44015A (or 0x44015A) is known color: Indigo. HEX triplet: 44, 01 and 5A. RGB value is (68,1,90). Sum of RGB (Red+Green+Blue) = 68+1+90=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #44015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44015A is #BBFEA5. Grayscale: #1E1E1E. Windows color (decimal): -12320422 or 5898564. OLE color: 5898564.
HSL color Cylindrical-coordinate representation of color #44015A: hue angle of 285.17º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44015A is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 1 | 90 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.65 |
| HSL | 285.17º | 0.98% | 0.18% | - |
| HSV(B) | 285.17º | 0.99% | 0.35% | - |
| XYZ | 4.24 | 1.99 | 9.83 | - |
| YUV | 31.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 90 | 0.24 | 0.99 | 0 | 0.65 | 285.17 | 0.98 | 0.18 |
| Hex | 44 | 1 | 5A | 18 | 63 | 0 | 41 | 11D | 62 | 12 |
| Octal | 104 | 1 | 132 | 30 | 143 | 0 | 101 | 435 | 142 | 22 |
| Binary | 1000100 | 1 | 1011010 | 11000 | 1100011 | 0 | 1000001 | 100011101 | 1100010 | 10010 |
Color Harmonies of #44015A
Complementary color
Monochromatic Colors of #44015A
Black with #44015A
Text Example
Text Example
White with #44015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44015A; }
p { color: rgb(68,1,90); }
H1.HeaderClassName
{
color: #44015A;
}
.AnyTagClassName
{
color: #44015A;
}
</style>
background-color css
<style>
a { background-color: #44015A; }
a { background-color: rgb(68,1,90); }
div.DivClassName
{
background-color: #44015A;
}
.BgClassName
{
background-color: #44015A;
}
</style>
border-color css
<style>
span { border-color: #44015A; }
span { border-color: rgb(68,1,90); }
td.TdClassName
{
border-color: #44015A;
}
.TagClassName
{
border-color: #44015A;
}
</style>