Shades of Indigo #4407AC
Tints of Indigo #4407AC
RGB
CMYK
RGB Variations
Color information
#4407AC (or 0x4407AC) is known color: Indigo. HEX triplet: 44, 07 and AC. RGB value is (68,7,172). Sum of RGB (Red+Green+Blue) = 68+7+172=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #4407AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4407AC is #BBF853. Grayscale: #2B2B2B. Windows color (decimal): -12318804 or 11274052. OLE color: 11274052.
HSL color Cylindrical-coordinate representation of color #4407AC: hue angle of 262.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4407AC is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 7 | 172 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.33 |
| HSL | 262.18º | 0.92% | 0.35% | - |
| HSV(B) | 262.18º | 0.96% | 0.67% | - |
| XYZ | 9.91 | 4.36 | 39.35 | - |
| YUV | 44.05 | 200.21 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 172 | 0.60 | 0.96 | 0 | 0.33 | 262.18 | 0.92 | 0.35 |
| Hex | 44 | 7 | AC | 3C | 60 | 0 | 21 | 106 | 5C | 23 |
| Octal | 104 | 7 | 254 | 74 | 140 | 0 | 41 | 406 | 134 | 43 |
| Binary | 1000100 | 111 | 10101100 | 111100 | 1100000 | 0 | 100001 | 100000110 | 1011100 | 100011 |
Color Harmonies of #4407AC
Complementary color
Monochromatic Colors of #4407AC
Black with #4407AC
Text Example
Text Example
White with #4407AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4407AC; }
p { color: rgb(68,7,172); }
H1.HeaderClassName
{
color: #4407AC;
}
.AnyTagClassName
{
color: #4407AC;
}
</style>
background-color css
<style>
a { background-color: #4407AC; }
a { background-color: rgb(68,7,172); }
div.DivClassName
{
background-color: #4407AC;
}
.BgClassName
{
background-color: #4407AC;
}
</style>
border-color css
<style>
span { border-color: #4407AC; }
span { border-color: rgb(68,7,172); }
td.TdClassName
{
border-color: #4407AC;
}
.TagClassName
{
border-color: #4407AC;
}
</style>