Shades of Indigo #440CA6
Tints of Indigo #440CA6
RGB
CMYK
RGB Variations
Color information
#440CA6 (or 0x440CA6) is known color: Indigo. HEX triplet: 44, 0C and A6. RGB value is (68,12,166). Sum of RGB (Red+Green+Blue) = 68+12+166=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 166 (65.23% from 255 or 67.48% from 246); Max value from RGB is 166 - color contains mainly: blue. Hex color #440CA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440CA6 is #BBF359. Grayscale: #2D2D2D. Windows color (decimal): -12317530 or 10882116. OLE color: 10882116.
HSL color Cylindrical-coordinate representation of color #440CA6: hue angle of 261.82º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440CA6 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 12 | 166 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.35 |
| HSL | 261.82º | 0.87% | 0.35% | - |
| HSV(B) | 261.82º | 0.93% | 0.65% | - |
| XYZ | 9.4 | 4.25 | 36.4 | - |
| YUV | 46.3 | 195.55 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 166 | 0.59 | 0.93 | 0 | 0.35 | 261.82 | 0.87 | 0.35 |
| Hex | 44 | C | A6 | 3B | 5D | 0 | 23 | 106 | 57 | 23 |
| Octal | 104 | 14 | 246 | 73 | 135 | 0 | 43 | 406 | 127 | 43 |
| Binary | 1000100 | 1100 | 10100110 | 111011 | 1011101 | 0 | 100011 | 100000110 | 1010111 | 100011 |
Color Harmonies of #440CA6
Complementary color
Monochromatic Colors of #440CA6
Black with #440CA6
Text Example
Text Example
White with #440CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CA6; }
p { color: rgb(68,12,166); }
H1.HeaderClassName
{
color: #440CA6;
}
.AnyTagClassName
{
color: #440CA6;
}
</style>
background-color css
<style>
a { background-color: #440CA6; }
a { background-color: rgb(68,12,166); }
div.DivClassName
{
background-color: #440CA6;
}
.BgClassName
{
background-color: #440CA6;
}
</style>
border-color css
<style>
span { border-color: #440CA6; }
span { border-color: rgb(68,12,166); }
td.TdClassName
{
border-color: #440CA6;
}
.TagClassName
{
border-color: #440CA6;
}
</style>