Shades of Indigo #44015E
Tints of Indigo #44015E
RGB
CMYK
RGB Variations
Color information
#44015E (or 0x44015E) is known color: Indigo. HEX triplet: 44, 01 and 5E. RGB value is (68,1,94). Sum of RGB (Red+Green+Blue) = 68+1+94=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #44015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44015E is #BBFEA1. Grayscale: #1F1F1F. Windows color (decimal): -12320418 or 6160708. OLE color: 6160708.
HSL color Cylindrical-coordinate representation of color #44015E: hue angle of 283.23º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44015E is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 1 | 94 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.63 |
| HSL | 283.23º | 0.98% | 0.19% | - |
| HSV(B) | 283.23º | 0.99% | 0.37% | - |
| XYZ | 4.42 | 2.06 | 10.75 | - |
| YUV | 31.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 94 | 0.28 | 0.99 | 0 | 0.63 | 283.23 | 0.98 | 0.19 |
| Hex | 44 | 1 | 5E | 1C | 63 | 0 | 3F | 11B | 62 | 13 |
| Octal | 104 | 1 | 136 | 34 | 143 | 0 | 77 | 433 | 142 | 23 |
| Binary | 1000100 | 1 | 1011110 | 11100 | 1100011 | 0 | 111111 | 100011011 | 1100010 | 10011 |
Color Harmonies of #44015E
Complementary color
Monochromatic Colors of #44015E
Black with #44015E
Text Example
Text Example
White with #44015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44015E; }
p { color: rgb(68,1,94); }
H1.HeaderClassName
{
color: #44015E;
}
.AnyTagClassName
{
color: #44015E;
}
</style>
background-color css
<style>
a { background-color: #44015E; }
a { background-color: rgb(68,1,94); }
div.DivClassName
{
background-color: #44015E;
}
.BgClassName
{
background-color: #44015E;
}
</style>
border-color css
<style>
span { border-color: #44015E; }
span { border-color: rgb(68,1,94); }
td.TdClassName
{
border-color: #44015E;
}
.TagClassName
{
border-color: #44015E;
}
</style>