Shades of Indigo #3A0179
Tints of Indigo #3A0179
RGB
CMYK
RGB Variations
Color information
#3A0179 (or 0x3A0179) is known color: Indigo. HEX triplet: 3A, 01 and 79. RGB value is (58,1,121). Sum of RGB (Red+Green+Blue) = 58+1+121=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 121 (47.66% from 255 or 67.22% from 180); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A0179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0179 is #C5FE86. Grayscale: #1F1F1F. Windows color (decimal): -12975751 or 7930170. OLE color: 7930170.
HSL color Cylindrical-coordinate representation of color #3A0179: hue angle of 268.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0179 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 1 | 121 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.53 |
| HSL | 268.5º | 0.98% | 0.24% | - |
| HSV(B) | 268.5º | 0.99% | 0.47% | - |
| XYZ | 5.21 | 2.3 | 18.26 | - |
| YUV | 31.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 121 | 0.52 | 0.99 | 0 | 0.53 | 268.5 | 0.98 | 0.24 |
| Hex | 3A | 1 | 79 | 34 | 63 | 0 | 35 | 10C | 62 | 18 |
| Octal | 72 | 1 | 171 | 64 | 143 | 0 | 65 | 414 | 142 | 30 |
| Binary | 111010 | 1 | 1111001 | 110100 | 1100011 | 0 | 110101 | 100001100 | 1100010 | 11000 |
Color Harmonies of #3A0179
Complementary color
Monochromatic Colors of #3A0179
Black with #3A0179
Text Example
Text Example
White with #3A0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0179; }
p { color: rgb(58,1,121); }
H1.HeaderClassName
{
color: #3A0179;
}
.AnyTagClassName
{
color: #3A0179;
}
</style>
background-color css
<style>
a { background-color: #3A0179; }
a { background-color: rgb(58,1,121); }
div.DivClassName
{
background-color: #3A0179;
}
.BgClassName
{
background-color: #3A0179;
}
</style>
border-color css
<style>
span { border-color: #3A0179; }
span { border-color: rgb(58,1,121); }
td.TdClassName
{
border-color: #3A0179;
}
.TagClassName
{
border-color: #3A0179;
}
</style>