Shades of Indigo #3A0072
Tints of Indigo #3A0072
RGB
CMYK
RGB Variations
Color information
#3A0072 (or 0x3A0072) is known color: Indigo. HEX triplet: 3A, 00 and 72. RGB value is (58,0,114). Sum of RGB (Red+Green+Blue) = 58+0+114=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0072 is #C5FF8D. Grayscale: #1D1D1D. Windows color (decimal): -12976014 or 7471162. OLE color: 7471162.
HSL color Cylindrical-coordinate representation of color #3A0072: hue angle of 270.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0072 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 0 | 114 | - |
| CMYK | 0.49 | 1 | 0 | 0.55 |
| HSL | 270.53º | 1% | 0.22% | - |
| HSV(B) | 270.53º | 1% | 0.45% | - |
| XYZ | 4.78 | 2.11 | 16.08 | - |
| YUV | 30.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 114 | 0.49 | 1 | 0 | 0.55 | 270.53 | 1 | 0.22 |
| Hex | 3A | 0 | 72 | 31 | 64 | 0 | 37 | 10F | 64 | 16 |
| Octal | 72 | 0 | 162 | 61 | 144 | 0 | 67 | 417 | 144 | 26 |
| Binary | 111010 | 0 | 1110010 | 110001 | 1100100 | 0 | 110111 | 100001111 | 1100100 | 10110 |
Color Harmonies of #3A0072
Complementary color
Monochromatic Colors of #3A0072
Black with #3A0072
Text Example
Text Example
White with #3A0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0072; }
p { color: rgb(58,0,114); }
H1.HeaderClassName
{
color: #3A0072;
}
.AnyTagClassName
{
color: #3A0072;
}
</style>
background-color css
<style>
a { background-color: #3A0072; }
a { background-color: rgb(58,0,114); }
div.DivClassName
{
background-color: #3A0072;
}
.BgClassName
{
background-color: #3A0072;
}
</style>
border-color css
<style>
span { border-color: #3A0072; }
span { border-color: rgb(58,0,114); }
td.TdClassName
{
border-color: #3A0072;
}
.TagClassName
{
border-color: #3A0072;
}
</style>