Shades of Indigo #3A0295
Tints of Indigo #3A0295
RGB
CMYK
RGB Variations
Color information
#3A0295 (or 0x3A0295) is known color: Indigo. HEX triplet: 3A, 02 and 95. RGB value is (58,2,149). Sum of RGB (Red+Green+Blue) = 58+2+149=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A0295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0295 is #C5FD6A. Grayscale: #222222. Windows color (decimal): -12975467 or 9765434. OLE color: 9765434.
HSL color Cylindrical-coordinate representation of color #3A0295: hue angle of 262.86º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0295 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 2 | 149 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.42 |
| HSL | 262.86º | 0.97% | 0.3% | - |
| HSV(B) | 262.86º | 0.99% | 0.58% | - |
| XYZ | 7.19 | 3.11 | 28.66 | - |
| YUV | 35.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 149 | 0.61 | 0.99 | 0 | 0.42 | 262.86 | 0.97 | 0.3 |
| Hex | 3A | 2 | 95 | 3D | 63 | 0 | 2A | 107 | 61 | 1E |
| Octal | 72 | 2 | 225 | 75 | 143 | 0 | 52 | 407 | 141 | 36 |
| Binary | 111010 | 10 | 10010101 | 111101 | 1100011 | 0 | 101010 | 100000111 | 1100001 | 11110 |
Color Harmonies of #3A0295
Complementary color
Monochromatic Colors of #3A0295
Black with #3A0295
Text Example
Text Example
White with #3A0295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0295; }
p { color: rgb(58,2,149); }
H1.HeaderClassName
{
color: #3A0295;
}
.AnyTagClassName
{
color: #3A0295;
}
</style>
background-color css
<style>
a { background-color: #3A0295; }
a { background-color: rgb(58,2,149); }
div.DivClassName
{
background-color: #3A0295;
}
.BgClassName
{
background-color: #3A0295;
}
</style>
border-color css
<style>
span { border-color: #3A0295; }
span { border-color: rgb(58,2,149); }
td.TdClassName
{
border-color: #3A0295;
}
.TagClassName
{
border-color: #3A0295;
}
</style>