Shades of Indigo #4406A3
Tints of Indigo #4406A3
RGB
CMYK
RGB Variations
Color information
#4406A3 (or 0x4406A3) is known color: Indigo. HEX triplet: 44, 06 and A3. RGB value is (68,6,163). Sum of RGB (Red+Green+Blue) = 68+6+163=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 163 (64.06% from 255 or 68.78% from 237); Max value from RGB is 163 - color contains mainly: blue. Hex color #4406A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4406A3 is #BBF95C. Grayscale: #292929. Windows color (decimal): -12319069 or 10683972. OLE color: 10683972.
HSL color Cylindrical-coordinate representation of color #4406A3: hue angle of 263.69º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4406A3 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 6 | 163 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.36 |
| HSL | 263.69º | 0.93% | 0.33% | - |
| HSV(B) | 263.69º | 0.96% | 0.64% | - |
| XYZ | 9.06 | 4 | 34.95 | - |
| YUV | 42.44 | 196.04 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 163 | 0.58 | 0.96 | 0 | 0.36 | 263.69 | 0.93 | 0.33 |
| Hex | 44 | 6 | A3 | 3A | 60 | 0 | 24 | 108 | 5D | 21 |
| Octal | 104 | 6 | 243 | 72 | 140 | 0 | 44 | 410 | 135 | 41 |
| Binary | 1000100 | 110 | 10100011 | 111010 | 1100000 | 0 | 100100 | 100001000 | 1011101 | 100001 |
Color Harmonies of #4406A3
Complementary color
Monochromatic Colors of #4406A3
Black with #4406A3
Text Example
Text Example
White with #4406A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4406A3; }
p { color: rgb(68,6,163); }
H1.HeaderClassName
{
color: #4406A3;
}
.AnyTagClassName
{
color: #4406A3;
}
</style>
background-color css
<style>
a { background-color: #4406A3; }
a { background-color: rgb(68,6,163); }
div.DivClassName
{
background-color: #4406A3;
}
.BgClassName
{
background-color: #4406A3;
}
</style>
border-color css
<style>
span { border-color: #4406A3; }
span { border-color: rgb(68,6,163); }
td.TdClassName
{
border-color: #4406A3;
}
.TagClassName
{
border-color: #4406A3;
}
</style>