Shades of Indigo #3A0195
Tints of Indigo #3A0195
RGB
CMYK
RGB Variations
Color information
#3A0195 (or 0x3A0195) is known color: Indigo. HEX triplet: 3A, 01 and 95. RGB value is (58,1,149). Sum of RGB (Red+Green+Blue) = 58+1+149=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A0195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0195 is #C5FE6A. Grayscale: #222222. Windows color (decimal): -12975723 or 9765178. OLE color: 9765178.
HSL color Cylindrical-coordinate representation of color #3A0195: hue angle of 263.11º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0195 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 1 | 149 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.42 |
| HSL | 263.11º | 0.99% | 0.29% | - |
| HSV(B) | 263.11º | 0.99% | 0.58% | - |
| XYZ | 7.18 | 3.09 | 28.65 | - |
| YUV | 34.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 149 | 0.61 | 0.99 | 0 | 0.42 | 263.11 | 0.99 | 0.29 |
| Hex | 3A | 1 | 95 | 3D | 63 | 0 | 2A | 107 | 63 | 1D |
| Octal | 72 | 1 | 225 | 75 | 143 | 0 | 52 | 407 | 143 | 35 |
| Binary | 111010 | 1 | 10010101 | 111101 | 1100011 | 0 | 101010 | 100000111 | 1100011 | 11101 |
Color Harmonies of #3A0195
Complementary color
Monochromatic Colors of #3A0195
Black with #3A0195
Text Example
Text Example
White with #3A0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0195; }
p { color: rgb(58,1,149); }
H1.HeaderClassName
{
color: #3A0195;
}
.AnyTagClassName
{
color: #3A0195;
}
</style>
background-color css
<style>
a { background-color: #3A0195; }
a { background-color: rgb(58,1,149); }
div.DivClassName
{
background-color: #3A0195;
}
.BgClassName
{
background-color: #3A0195;
}
</style>
border-color css
<style>
span { border-color: #3A0195; }
span { border-color: rgb(58,1,149); }
td.TdClassName
{
border-color: #3A0195;
}
.TagClassName
{
border-color: #3A0195;
}
</style>