Shades of Indigo #440C7C
Tints of Indigo #440C7C
RGB
CMYK
RGB Variations
Color information
#440C7C (or 0x440C7C) is known color: Indigo. HEX triplet: 44, 0C and 7C. RGB value is (68,12,124). Sum of RGB (Red+Green+Blue) = 68+12+124=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #440C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C7C is #BBF383. Grayscale: #292929. Windows color (decimal): -12317572 or 8129604. OLE color: 8129604.
HSL color Cylindrical-coordinate representation of color #440C7C: hue angle of 270º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440C7C is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 12 | 124 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.51 |
| HSL | 270º | 0.82% | 0.27% | - |
| HSV(B) | 270º | 0.9% | 0.49% | - |
| XYZ | 6.15 | 2.95 | 19.31 | - |
| YUV | 41.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 124 | 0.45 | 0.90 | 0 | 0.51 | 270 | 0.82 | 0.27 |
| Hex | 44 | C | 7C | 2D | 5A | 0 | 33 | 10E | 52 | 1B |
| Octal | 104 | 14 | 174 | 55 | 132 | 0 | 63 | 416 | 122 | 33 |
| Binary | 1000100 | 1100 | 1111100 | 101101 | 1011010 | 0 | 110011 | 100001110 | 1010010 | 11011 |
Color Harmonies of #440C7C
Complementary color
Monochromatic Colors of #440C7C
Black with #440C7C
Text Example
Text Example
White with #440C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C7C; }
p { color: rgb(68,12,124); }
H1.HeaderClassName
{
color: #440C7C;
}
.AnyTagClassName
{
color: #440C7C;
}
</style>
background-color css
<style>
a { background-color: #440C7C; }
a { background-color: rgb(68,12,124); }
div.DivClassName
{
background-color: #440C7C;
}
.BgClassName
{
background-color: #440C7C;
}
</style>
border-color css
<style>
span { border-color: #440C7C; }
span { border-color: rgb(68,12,124); }
td.TdClassName
{
border-color: #440C7C;
}
.TagClassName
{
border-color: #440C7C;
}
</style>