Shades of Indigo #4400AB
Tints of Indigo #4400AB
RGB
CMYK
RGB Variations
Color information
#4400AB (or 0x4400AB) is known color: Indigo. HEX triplet: 44, 00 and AB. RGB value is (68,0,171). Sum of RGB (Red+Green+Blue) = 68+0+171=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #4400AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4400AB is #BBFF54. Grayscale: #272727. Windows color (decimal): -12320597 or 11206724. OLE color: 11206724.
HSL color Cylindrical-coordinate representation of color #4400AB: hue angle of 263.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400AB is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 0 | 171 | - |
| CMYK | 0.60 | 1 | 0 | 0.33 |
| HSL | 263.86º | 1% | 0.34% | - |
| HSV(B) | 263.86º | 1% | 0.67% | - |
| XYZ | 9.73 | 4.17 | 38.82 | - |
| YUV | 39.83 | 202.03 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 171 | 0.60 | 1 | 0 | 0.33 | 263.86 | 1 | 0.34 |
| Hex | 44 | 0 | AB | 3C | 64 | 0 | 21 | 108 | 64 | 22 |
| Octal | 104 | 0 | 253 | 74 | 144 | 0 | 41 | 410 | 144 | 42 |
| Binary | 1000100 | 0 | 10101011 | 111100 | 1100100 | 0 | 100001 | 100001000 | 1100100 | 100010 |
Color Harmonies of #4400AB
Complementary color
Monochromatic Colors of #4400AB
Black with #4400AB
Text Example
Text Example
White with #4400AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400AB; }
p { color: rgb(68,0,171); }
H1.HeaderClassName
{
color: #4400AB;
}
.AnyTagClassName
{
color: #4400AB;
}
</style>
background-color css
<style>
a { background-color: #4400AB; }
a { background-color: rgb(68,0,171); }
div.DivClassName
{
background-color: #4400AB;
}
.BgClassName
{
background-color: #4400AB;
}
</style>
border-color css
<style>
span { border-color: #4400AB; }
span { border-color: rgb(68,0,171); }
td.TdClassName
{
border-color: #4400AB;
}
.TagClassName
{
border-color: #4400AB;
}
</style>