Shades of Indigo #4A0A70
Tints of Indigo #4A0A70
RGB
CMYK
RGB Variations
Color information
#4A0A70 (or 0x4A0A70) is known color: Indigo. HEX triplet: 4A, 0A and 70. RGB value is (74,10,112). Sum of RGB (Red+Green+Blue) = 74+10+112=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A0A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0A70 is #B5F58F. Grayscale: #282828. Windows color (decimal): -11924880 or 7342666. OLE color: 7342666.
HSL color Cylindrical-coordinate representation of color #4A0A70: hue angle of 277.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A0A70 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 10 | 112 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.56 |
| HSL | 277.65º | 0.84% | 0.24% | - |
| HSV(B) | 277.65º | 0.91% | 0.44% | - |
| XYZ | 5.86 | 2.84 | 15.57 | - |
| YUV | 40.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 10 | 112 | 0.34 | 0.91 | 0 | 0.56 | 277.65 | 0.84 | 0.24 |
| Hex | 4A | A | 70 | 22 | 5B | 0 | 38 | 116 | 54 | 18 |
| Octal | 112 | 12 | 160 | 42 | 133 | 0 | 70 | 426 | 124 | 30 |
| Binary | 1001010 | 1010 | 1110000 | 100010 | 1011011 | 0 | 111000 | 100010110 | 1010100 | 11000 |
Color Harmonies of #4A0A70
Complementary color
Monochromatic Colors of #4A0A70
Black with #4A0A70
Text Example
Text Example
White with #4A0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0A70; }
p { color: rgb(74,10,112); }
H1.HeaderClassName
{
color: #4A0A70;
}
.AnyTagClassName
{
color: #4A0A70;
}
</style>
background-color css
<style>
a { background-color: #4A0A70; }
a { background-color: rgb(74,10,112); }
div.DivClassName
{
background-color: #4A0A70;
}
.BgClassName
{
background-color: #4A0A70;
}
</style>
border-color css
<style>
span { border-color: #4A0A70; }
span { border-color: rgb(74,10,112); }
td.TdClassName
{
border-color: #4A0A70;
}
.TagClassName
{
border-color: #4A0A70;
}
</style>