Shades of Indigo #3A0175
Tints of Indigo #3A0175
RGB
CMYK
RGB Variations
Color information
#3A0175 (or 0x3A0175) is known color: Indigo. HEX triplet: 3A, 01 and 75. RGB value is (58,1,117). Sum of RGB (Red+Green+Blue) = 58+1+117=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A0175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0175 is #C5FE8A. Grayscale: #1E1E1E. Windows color (decimal): -12975755 or 7668026. OLE color: 7668026.
HSL color Cylindrical-coordinate representation of color #3A0175: hue angle of 269.48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0175 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 1 | 117 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.54 |
| HSL | 269.48º | 0.98% | 0.23% | - |
| HSV(B) | 269.48º | 0.99% | 0.46% | - |
| XYZ | 4.97 | 2.21 | 16.99 | - |
| YUV | 31.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 117 | 0.50 | 0.99 | 0 | 0.54 | 269.48 | 0.98 | 0.23 |
| Hex | 3A | 1 | 75 | 32 | 63 | 0 | 36 | 10D | 62 | 17 |
| Octal | 72 | 1 | 165 | 62 | 143 | 0 | 66 | 415 | 142 | 27 |
| Binary | 111010 | 1 | 1110101 | 110010 | 1100011 | 0 | 110110 | 100001101 | 1100010 | 10111 |
Color Harmonies of #3A0175
Complementary color
Monochromatic Colors of #3A0175
Black with #3A0175
Text Example
Text Example
White with #3A0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0175; }
p { color: rgb(58,1,117); }
H1.HeaderClassName
{
color: #3A0175;
}
.AnyTagClassName
{
color: #3A0175;
}
</style>
background-color css
<style>
a { background-color: #3A0175; }
a { background-color: rgb(58,1,117); }
div.DivClassName
{
background-color: #3A0175;
}
.BgClassName
{
background-color: #3A0175;
}
</style>
border-color css
<style>
span { border-color: #3A0175; }
span { border-color: rgb(58,1,117); }
td.TdClassName
{
border-color: #3A0175;
}
.TagClassName
{
border-color: #3A0175;
}
</style>