Shades of Indigo #440C8A
Tints of Indigo #440C8A
RGB
CMYK
RGB Variations
Color information
#440C8A (or 0x440C8A) is known color: Indigo. HEX triplet: 44, 0C and 8A. RGB value is (68,12,138). Sum of RGB (Red+Green+Blue) = 68+12+138=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #440C8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440C8A is #BBF375. Grayscale: #2A2A2A. Windows color (decimal): -12317558 or 9047108. OLE color: 9047108.
HSL color Cylindrical-coordinate representation of color #440C8A: hue angle of 266.67º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440C8A is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 12 | 138 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.46 |
| HSL | 266.67º | 0.84% | 0.29% | - |
| HSV(B) | 266.67º | 0.91% | 0.54% | - |
| XYZ | 7.1 | 3.33 | 24.31 | - |
| YUV | 43.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 138 | 0.51 | 0.91 | 0 | 0.46 | 266.67 | 0.84 | 0.29 |
| Hex | 44 | C | 8A | 33 | 5B | 0 | 2E | 10B | 54 | 1D |
| Octal | 104 | 14 | 212 | 63 | 133 | 0 | 56 | 413 | 124 | 35 |
| Binary | 1000100 | 1100 | 10001010 | 110011 | 1011011 | 0 | 101110 | 100001011 | 1010100 | 11101 |
Color Harmonies of #440C8A
Complementary color
Monochromatic Colors of #440C8A
Black with #440C8A
Text Example
Text Example
White with #440C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C8A; }
p { color: rgb(68,12,138); }
H1.HeaderClassName
{
color: #440C8A;
}
.AnyTagClassName
{
color: #440C8A;
}
</style>
background-color css
<style>
a { background-color: #440C8A; }
a { background-color: rgb(68,12,138); }
div.DivClassName
{
background-color: #440C8A;
}
.BgClassName
{
background-color: #440C8A;
}
</style>
border-color css
<style>
span { border-color: #440C8A; }
span { border-color: rgb(68,12,138); }
td.TdClassName
{
border-color: #440C8A;
}
.TagClassName
{
border-color: #440C8A;
}
</style>