Shades of Indigo #3A0060
Tints of Indigo #3A0060
RGB
CMYK
RGB Variations
Color information
#3A0060 (or 0x3A0060) is known color: Indigo. HEX triplet: 3A, 00 and 60. RGB value is (58,0,96). Sum of RGB (Red+Green+Blue) = 58+0+96=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A0060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0060 is #C5FF9F. Grayscale: #1B1B1B. Windows color (decimal): -12976032 or 6291514. OLE color: 6291514.
HSL color Cylindrical-coordinate representation of color #3A0060: hue angle of 276.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0060 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 0 | 96 | - |
| CMYK | 0.40 | 1 | 0 | 0.62 |
| HSL | 276.25º | 1% | 0.19% | - |
| HSV(B) | 276.25º | 1% | 0.38% | - |
| XYZ | 3.86 | 1.74 | 11.2 | - |
| YUV | 28.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 96 | 0.40 | 1 | 0 | 0.62 | 276.25 | 1 | 0.19 |
| Hex | 3A | 0 | 60 | 28 | 64 | 0 | 3E | 114 | 64 | 13 |
| Octal | 72 | 0 | 140 | 50 | 144 | 0 | 76 | 424 | 144 | 23 |
| Binary | 111010 | 0 | 1100000 | 101000 | 1100100 | 0 | 111110 | 100010100 | 1100100 | 10011 |
Color Harmonies of #3A0060
Complementary color
Monochromatic Colors of #3A0060
Black with #3A0060
Text Example
Text Example
White with #3A0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0060; }
p { color: rgb(58,0,96); }
H1.HeaderClassName
{
color: #3A0060;
}
.AnyTagClassName
{
color: #3A0060;
}
</style>
background-color css
<style>
a { background-color: #3A0060; }
a { background-color: rgb(58,0,96); }
div.DivClassName
{
background-color: #3A0060;
}
.BgClassName
{
background-color: #3A0060;
}
</style>
border-color css
<style>
span { border-color: #3A0060; }
span { border-color: rgb(58,0,96); }
td.TdClassName
{
border-color: #3A0060;
}
.TagClassName
{
border-color: #3A0060;
}
</style>