Shades of Indigo #4405AB
Tints of Indigo #4405AB
RGB
CMYK
RGB Variations
Color information
#4405AB (or 0x4405AB) is known color: Indigo. HEX triplet: 44, 05 and AB. RGB value is (68,5,171). Sum of RGB (Red+Green+Blue) = 68+5+171=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #4405AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4405AB is #BBFA54. Grayscale: #2A2A2A. Windows color (decimal): -12319317 or 11208004. OLE color: 11208004.
HSL color Cylindrical-coordinate representation of color #4405AB: hue angle of 262.77º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4405AB is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 5 | 171 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.33 |
| HSL | 262.77º | 0.94% | 0.35% | - |
| HSV(B) | 262.77º | 0.97% | 0.67% | - |
| XYZ | 9.79 | 4.28 | 38.84 | - |
| YUV | 42.76 | 200.37 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 171 | 0.60 | 0.97 | 0 | 0.33 | 262.77 | 0.94 | 0.35 |
| Hex | 44 | 5 | AB | 3C | 61 | 0 | 21 | 107 | 5E | 23 |
| Octal | 104 | 5 | 253 | 74 | 141 | 0 | 41 | 407 | 136 | 43 |
| Binary | 1000100 | 101 | 10101011 | 111100 | 1100001 | 0 | 100001 | 100000111 | 1011110 | 100011 |
Color Harmonies of #4405AB
Complementary color
Monochromatic Colors of #4405AB
Black with #4405AB
Text Example
Text Example
White with #4405AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4405AB; }
p { color: rgb(68,5,171); }
H1.HeaderClassName
{
color: #4405AB;
}
.AnyTagClassName
{
color: #4405AB;
}
</style>
background-color css
<style>
a { background-color: #4405AB; }
a { background-color: rgb(68,5,171); }
div.DivClassName
{
background-color: #4405AB;
}
.BgClassName
{
background-color: #4405AB;
}
</style>
border-color css
<style>
span { border-color: #4405AB; }
span { border-color: rgb(68,5,171); }
td.TdClassName
{
border-color: #4405AB;
}
.TagClassName
{
border-color: #4405AB;
}
</style>