Shades of Indigo #4404AD
Tints of Indigo #4404AD
RGB
CMYK
RGB Variations
Color information
#4404AD (or 0x4404AD) is known color: Indigo. HEX triplet: 44, 04 and AD. RGB value is (68,4,173). Sum of RGB (Red+Green+Blue) = 68+4+173=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #4404AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4404AD is #BBFB52. Grayscale: #292929. Windows color (decimal): -12319571 or 11338820. OLE color: 11338820.
HSL color Cylindrical-coordinate representation of color #4404AD: hue angle of 262.72º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4404AD is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 4 | 173 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.32 |
| HSL | 262.72º | 0.95% | 0.35% | - |
| HSV(B) | 262.72º | 0.98% | 0.68% | - |
| XYZ | 9.97 | 4.33 | 39.85 | - |
| YUV | 42.4 | 201.7 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 173 | 0.61 | 0.98 | 0 | 0.32 | 262.72 | 0.95 | 0.35 |
| Hex | 44 | 4 | AD | 3D | 62 | 0 | 20 | 107 | 5F | 23 |
| Octal | 104 | 4 | 255 | 75 | 142 | 0 | 40 | 407 | 137 | 43 |
| Binary | 1000100 | 100 | 10101101 | 111101 | 1100010 | 0 | 100000 | 100000111 | 1011111 | 100011 |
Color Harmonies of #4404AD
Complementary color
Monochromatic Colors of #4404AD
Black with #4404AD
Text Example
Text Example
White with #4404AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4404AD; }
p { color: rgb(68,4,173); }
H1.HeaderClassName
{
color: #4404AD;
}
.AnyTagClassName
{
color: #4404AD;
}
</style>
background-color css
<style>
a { background-color: #4404AD; }
a { background-color: rgb(68,4,173); }
div.DivClassName
{
background-color: #4404AD;
}
.BgClassName
{
background-color: #4404AD;
}
</style>
border-color css
<style>
span { border-color: #4404AD; }
span { border-color: rgb(68,4,173); }
td.TdClassName
{
border-color: #4404AD;
}
.TagClassName
{
border-color: #4404AD;
}
</style>