Shades of Indigo #3A0070
Tints of Indigo #3A0070
RGB
CMYK
RGB Variations
Color information
#3A0070 (or 0x3A0070) is known color: Indigo. HEX triplet: 3A, 00 and 70. RGB value is (58,0,112). Sum of RGB (Red+Green+Blue) = 58+0+112=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0070 is #C5FF8F. Grayscale: #1D1D1D. Windows color (decimal): -12976016 or 7340090. OLE color: 7340090.
HSL color Cylindrical-coordinate representation of color #3A0070: hue angle of 271.07º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0070 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 0 | 112 | - |
| CMYK | 0.48 | 1 | 0 | 0.56 |
| HSL | 271.07º | 1% | 0.22% | - |
| HSV(B) | 271.07º | 1% | 0.44% | - |
| XYZ | 4.67 | 2.07 | 15.48 | - |
| YUV | 30.11 | 174.22 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 112 | 0.48 | 1 | 0 | 0.56 | 271.07 | 1 | 0.22 |
| Hex | 3A | 0 | 70 | 30 | 64 | 0 | 38 | 10F | 64 | 16 |
| Octal | 72 | 0 | 160 | 60 | 144 | 0 | 70 | 417 | 144 | 26 |
| Binary | 111010 | 0 | 1110000 | 110000 | 1100100 | 0 | 111000 | 100001111 | 1100100 | 10110 |
Color Harmonies of #3A0070
Complementary color
Monochromatic Colors of #3A0070
Black with #3A0070
Text Example
Text Example
White with #3A0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0070; }
p { color: rgb(58,0,112); }
H1.HeaderClassName
{
color: #3A0070;
}
.AnyTagClassName
{
color: #3A0070;
}
</style>
background-color css
<style>
a { background-color: #3A0070; }
a { background-color: rgb(58,0,112); }
div.DivClassName
{
background-color: #3A0070;
}
.BgClassName
{
background-color: #3A0070;
}
</style>
border-color css
<style>
span { border-color: #3A0070; }
span { border-color: rgb(58,0,112); }
td.TdClassName
{
border-color: #3A0070;
}
.TagClassName
{
border-color: #3A0070;
}
</style>