Shades of Indigo #44015D
Tints of Indigo #44015D
RGB
CMYK
RGB Variations
Color information
#44015D (or 0x44015D) is known color: Indigo. HEX triplet: 44, 01 and 5D. RGB value is (68,1,93). Sum of RGB (Red+Green+Blue) = 68+1+93=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #44015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44015D is #BBFEA2. Grayscale: #1F1F1F. Windows color (decimal): -12320419 or 6095172. OLE color: 6095172.
HSL color Cylindrical-coordinate representation of color #44015D: hue angle of 283.7º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44015D is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 1 | 93 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.64 |
| HSL | 283.7º | 0.98% | 0.18% | - |
| HSV(B) | 283.7º | 0.99% | 0.36% | - |
| XYZ | 4.37 | 2.04 | 10.52 | - |
| YUV | 31.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 93 | 0.27 | 0.99 | 0 | 0.64 | 283.7 | 0.98 | 0.18 |
| Hex | 44 | 1 | 5D | 1B | 63 | 0 | 40 | 11C | 62 | 12 |
| Octal | 104 | 1 | 135 | 33 | 143 | 0 | 100 | 434 | 142 | 22 |
| Binary | 1000100 | 1 | 1011101 | 11011 | 1100011 | 0 | 1000000 | 100011100 | 1100010 | 10010 |
Color Harmonies of #44015D
Complementary color
Monochromatic Colors of #44015D
Black with #44015D
Text Example
Text Example
White with #44015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44015D; }
p { color: rgb(68,1,93); }
H1.HeaderClassName
{
color: #44015D;
}
.AnyTagClassName
{
color: #44015D;
}
</style>
background-color css
<style>
a { background-color: #44015D; }
a { background-color: rgb(68,1,93); }
div.DivClassName
{
background-color: #44015D;
}
.BgClassName
{
background-color: #44015D;
}
</style>
border-color css
<style>
span { border-color: #44015D; }
span { border-color: rgb(68,1,93); }
td.TdClassName
{
border-color: #44015D;
}
.TagClassName
{
border-color: #44015D;
}
</style>