Shades of Indigo #44018F
Tints of Indigo #44018F
RGB
CMYK
RGB Variations
Color information
#44018F (or 0x44018F) is known color: Indigo. HEX triplet: 44, 01 and 8F. RGB value is (68,1,143). Sum of RGB (Red+Green+Blue) = 68+1+143=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #44018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44018F is #BBFE70. Grayscale: #242424. Windows color (decimal): -12320369 or 9371972. OLE color: 9371972.
HSL color Cylindrical-coordinate representation of color #44018F: hue angle of 268.31º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44018F is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 1 | 143 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.44 |
| HSL | 268.31º | 0.99% | 0.28% | - |
| HSV(B) | 268.31º | 0.99% | 0.56% | - |
| XYZ | 7.35 | 3.23 | 26.22 | - |
| YUV | 37.22 | 187.7 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 143 | 0.52 | 0.99 | 0 | 0.44 | 268.31 | 0.99 | 0.28 |
| Hex | 44 | 1 | 8F | 34 | 63 | 0 | 2C | 10C | 63 | 1C |
| Octal | 104 | 1 | 217 | 64 | 143 | 0 | 54 | 414 | 143 | 34 |
| Binary | 1000100 | 1 | 10001111 | 110100 | 1100011 | 0 | 101100 | 100001100 | 1100011 | 11100 |
Color Harmonies of #44018F
Complementary color
Monochromatic Colors of #44018F
Black with #44018F
Text Example
Text Example
White with #44018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44018F; }
p { color: rgb(68,1,143); }
H1.HeaderClassName
{
color: #44018F;
}
.AnyTagClassName
{
color: #44018F;
}
</style>
background-color css
<style>
a { background-color: #44018F; }
a { background-color: rgb(68,1,143); }
div.DivClassName
{
background-color: #44018F;
}
.BgClassName
{
background-color: #44018F;
}
</style>
border-color css
<style>
span { border-color: #44018F; }
span { border-color: rgb(68,1,143); }
td.TdClassName
{
border-color: #44018F;
}
.TagClassName
{
border-color: #44018F;
}
</style>