Shades of Indigo #440CAB
Tints of Indigo #440CAB
RGB
CMYK
RGB Variations
Color information
#440CAB (or 0x440CAB) is known color: Indigo. HEX triplet: 44, 0C and AB. RGB value is (68,12,171). Sum of RGB (Red+Green+Blue) = 68+12+171=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #440CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440CAB is #BBF354. Grayscale: #2E2E2E. Windows color (decimal): -12317525 or 11209796. OLE color: 11209796.
HSL color Cylindrical-coordinate representation of color #440CAB: hue angle of 261.13º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440CAB is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 12 | 171 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.33 |
| HSL | 261.13º | 0.87% | 0.36% | - |
| HSV(B) | 261.13º | 0.93% | 0.67% | - |
| XYZ | 9.87 | 4.43 | 38.86 | - |
| YUV | 46.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 171 | 0.60 | 0.93 | 0 | 0.33 | 261.13 | 0.87 | 0.36 |
| Hex | 44 | C | AB | 3C | 5D | 0 | 21 | 105 | 57 | 24 |
| Octal | 104 | 14 | 253 | 74 | 135 | 0 | 41 | 405 | 127 | 44 |
| Binary | 1000100 | 1100 | 10101011 | 111100 | 1011101 | 0 | 100001 | 100000101 | 1010111 | 100100 |
Color Harmonies of #440CAB
Complementary color
Monochromatic Colors of #440CAB
Black with #440CAB
Text Example
Text Example
White with #440CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CAB; }
p { color: rgb(68,12,171); }
H1.HeaderClassName
{
color: #440CAB;
}
.AnyTagClassName
{
color: #440CAB;
}
</style>
background-color css
<style>
a { background-color: #440CAB; }
a { background-color: rgb(68,12,171); }
div.DivClassName
{
background-color: #440CAB;
}
.BgClassName
{
background-color: #440CAB;
}
</style>
border-color css
<style>
span { border-color: #440CAB; }
span { border-color: rgb(68,12,171); }
td.TdClassName
{
border-color: #440CAB;
}
.TagClassName
{
border-color: #440CAB;
}
</style>