Shades of Indigo #3A0082
Tints of Indigo #3A0082
RGB
CMYK
RGB Variations
Color information
#3A0082 (or 0x3A0082) is known color: Indigo. HEX triplet: 3A, 00 and 82. RGB value is (58,0,130). Sum of RGB (Red+Green+Blue) = 58+0+130=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A0082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0082 is #C5FF7D. Grayscale: #1F1F1F. Windows color (decimal): -12975998 or 8519738. OLE color: 8519738.
HSL color Cylindrical-coordinate representation of color #3A0082: hue angle of 266.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0082 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 0 | 130 | - |
| CMYK | 0.55 | 1 | 0 | 0.49 |
| HSL | 266.77º | 1% | 0.25% | - |
| HSV(B) | 266.77º | 1% | 0.51% | - |
| XYZ | 5.77 | 2.51 | 21.3 | - |
| YUV | 32.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 130 | 0.55 | 1 | 0 | 0.49 | 266.77 | 1 | 0.25 |
| Hex | 3A | 0 | 82 | 37 | 64 | 0 | 31 | 10B | 64 | 19 |
| Octal | 72 | 0 | 202 | 67 | 144 | 0 | 61 | 413 | 144 | 31 |
| Binary | 111010 | 0 | 10000010 | 110111 | 1100100 | 0 | 110001 | 100001011 | 1100100 | 11001 |
Color Harmonies of #3A0082
Complementary color
Monochromatic Colors of #3A0082
Black with #3A0082
Text Example
Text Example
White with #3A0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0082; }
p { color: rgb(58,0,130); }
H1.HeaderClassName
{
color: #3A0082;
}
.AnyTagClassName
{
color: #3A0082;
}
</style>
background-color css
<style>
a { background-color: #3A0082; }
a { background-color: rgb(58,0,130); }
div.DivClassName
{
background-color: #3A0082;
}
.BgClassName
{
background-color: #3A0082;
}
</style>
border-color css
<style>
span { border-color: #3A0082; }
span { border-color: rgb(58,0,130); }
td.TdClassName
{
border-color: #3A0082;
}
.TagClassName
{
border-color: #3A0082;
}
</style>