Shades of Indigo #3A0292
Tints of Indigo #3A0292
RGB
CMYK
RGB Variations
Color information
#3A0292 (or 0x3A0292) is known color: Indigo. HEX triplet: 3A, 02 and 92. RGB value is (58,2,146). Sum of RGB (Red+Green+Blue) = 58+2+146=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A0292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0292 is #C5FD6D. Grayscale: #222222. Windows color (decimal): -12975470 or 9568826. OLE color: 9568826.
HSL color Cylindrical-coordinate representation of color #3A0292: hue angle of 263.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0292 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 2 | 146 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.43 |
| HSL | 263.33º | 0.97% | 0.29% | - |
| HSV(B) | 263.33º | 0.99% | 0.57% | - |
| XYZ | 6.95 | 3.02 | 27.41 | - |
| YUV | 35.16 | 190.55 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 146 | 0.60 | 0.99 | 0 | 0.43 | 263.33 | 0.97 | 0.29 |
| Hex | 3A | 2 | 92 | 3C | 63 | 0 | 2B | 107 | 61 | 1D |
| Octal | 72 | 2 | 222 | 74 | 143 | 0 | 53 | 407 | 141 | 35 |
| Binary | 111010 | 10 | 10010010 | 111100 | 1100011 | 0 | 101011 | 100000111 | 1100001 | 11101 |
Color Harmonies of #3A0292
Complementary color
Monochromatic Colors of #3A0292
Black with #3A0292
Text Example
Text Example
White with #3A0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0292; }
p { color: rgb(58,2,146); }
H1.HeaderClassName
{
color: #3A0292;
}
.AnyTagClassName
{
color: #3A0292;
}
</style>
background-color css
<style>
a { background-color: #3A0292; }
a { background-color: rgb(58,2,146); }
div.DivClassName
{
background-color: #3A0292;
}
.BgClassName
{
background-color: #3A0292;
}
</style>
border-color css
<style>
span { border-color: #3A0292; }
span { border-color: rgb(58,2,146); }
td.TdClassName
{
border-color: #3A0292;
}
.TagClassName
{
border-color: #3A0292;
}
</style>