Shades of Indigo #4404AB
Tints of Indigo #4404AB
RGB
CMYK
RGB Variations
Color information
#4404AB (or 0x4404AB) is known color: Indigo. HEX triplet: 44, 04 and AB. RGB value is (68,4,171). Sum of RGB (Red+Green+Blue) = 68+4+171=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #4404AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4404AB is #BBFB54. Grayscale: #292929. Windows color (decimal): -12319573 or 11207748. OLE color: 11207748.
HSL color Cylindrical-coordinate representation of color #4404AB: hue angle of 262.99º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4404AB is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 4 | 171 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.33 |
| HSL | 262.99º | 0.95% | 0.34% | - |
| HSV(B) | 262.99º | 0.98% | 0.67% | - |
| XYZ | 9.78 | 4.26 | 38.83 | - |
| YUV | 42.17 | 200.7 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 171 | 0.60 | 0.98 | 0 | 0.33 | 262.99 | 0.95 | 0.34 |
| Hex | 44 | 4 | AB | 3C | 62 | 0 | 21 | 107 | 5F | 22 |
| Octal | 104 | 4 | 253 | 74 | 142 | 0 | 41 | 407 | 137 | 42 |
| Binary | 1000100 | 100 | 10101011 | 111100 | 1100010 | 0 | 100001 | 100000111 | 1011111 | 100010 |
Color Harmonies of #4404AB
Complementary color
Monochromatic Colors of #4404AB
Black with #4404AB
Text Example
Text Example
White with #4404AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4404AB; }
p { color: rgb(68,4,171); }
H1.HeaderClassName
{
color: #4404AB;
}
.AnyTagClassName
{
color: #4404AB;
}
</style>
background-color css
<style>
a { background-color: #4404AB; }
a { background-color: rgb(68,4,171); }
div.DivClassName
{
background-color: #4404AB;
}
.BgClassName
{
background-color: #4404AB;
}
</style>
border-color css
<style>
span { border-color: #4404AB; }
span { border-color: rgb(68,4,171); }
td.TdClassName
{
border-color: #4404AB;
}
.TagClassName
{
border-color: #4404AB;
}
</style>