Shades of Indigo #44016B
Tints of Indigo #44016B
RGB
CMYK
RGB Variations
Color information
#44016B (or 0x44016B) is known color: Indigo. HEX triplet: 44, 01 and 6B. RGB value is (68,1,107). Sum of RGB (Red+Green+Blue) = 68+1+107=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #44016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44016B is #BBFE94. Grayscale: #202020. Windows color (decimal): -12320405 or 7012676. OLE color: 7012676.
HSL color Cylindrical-coordinate representation of color #44016B: hue angle of 277.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44016B is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 1 | 107 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.58 |
| HSL | 277.92º | 0.98% | 0.21% | - |
| HSV(B) | 277.92º | 0.99% | 0.42% | - |
| XYZ | 5.05 | 2.31 | 14.09 | - |
| YUV | 33.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 107 | 0.36 | 0.99 | 0 | 0.58 | 277.92 | 0.98 | 0.21 |
| Hex | 44 | 1 | 6B | 24 | 63 | 0 | 3A | 116 | 62 | 15 |
| Octal | 104 | 1 | 153 | 44 | 143 | 0 | 72 | 426 | 142 | 25 |
| Binary | 1000100 | 1 | 1101011 | 100100 | 1100011 | 0 | 111010 | 100010110 | 1100010 | 10101 |
Color Harmonies of #44016B
Complementary color
Monochromatic Colors of #44016B
Black with #44016B
Text Example
Text Example
White with #44016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44016B; }
p { color: rgb(68,1,107); }
H1.HeaderClassName
{
color: #44016B;
}
.AnyTagClassName
{
color: #44016B;
}
</style>
background-color css
<style>
a { background-color: #44016B; }
a { background-color: rgb(68,1,107); }
div.DivClassName
{
background-color: #44016B;
}
.BgClassName
{
background-color: #44016B;
}
</style>
border-color css
<style>
span { border-color: #44016B; }
span { border-color: rgb(68,1,107); }
td.TdClassName
{
border-color: #44016B;
}
.TagClassName
{
border-color: #44016B;
}
</style>