Shades of Indigo #3A019D
Tints of Indigo #3A019D
RGB
CMYK
RGB Variations
Color information
#3A019D (or 0x3A019D) is known color: Indigo. HEX triplet: 3A, 01 and 9D. RGB value is (58,1,157). Sum of RGB (Red+Green+Blue) = 58+1+157=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A019D is #C5FE62. Grayscale: #232323. Windows color (decimal): -12975715 or 10289466. OLE color: 10289466.
HSL color Cylindrical-coordinate representation of color #3A019D: hue angle of 261.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A019D is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 1 | 157 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.38 |
| HSL | 261.92º | 0.99% | 0.31% | - |
| HSV(B) | 261.92º | 0.99% | 0.62% | - |
| XYZ | 7.84 | 3.36 | 32.13 | - |
| YUV | 35.83 | 196.38 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 157 | 0.63 | 0.99 | 0 | 0.38 | 261.92 | 0.99 | 0.31 |
| Hex | 3A | 1 | 9D | 3F | 63 | 0 | 26 | 106 | 63 | 1F |
| Octal | 72 | 1 | 235 | 77 | 143 | 0 | 46 | 406 | 143 | 37 |
| Binary | 111010 | 1 | 10011101 | 111111 | 1100011 | 0 | 100110 | 100000110 | 1100011 | 11111 |
Color Harmonies of #3A019D
Complementary color
Monochromatic Colors of #3A019D
Black with #3A019D
Text Example
Text Example
White with #3A019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A019D; }
p { color: rgb(58,1,157); }
H1.HeaderClassName
{
color: #3A019D;
}
.AnyTagClassName
{
color: #3A019D;
}
</style>
background-color css
<style>
a { background-color: #3A019D; }
a { background-color: rgb(58,1,157); }
div.DivClassName
{
background-color: #3A019D;
}
.BgClassName
{
background-color: #3A019D;
}
</style>
border-color css
<style>
span { border-color: #3A019D; }
span { border-color: rgb(58,1,157); }
td.TdClassName
{
border-color: #3A019D;
}
.TagClassName
{
border-color: #3A019D;
}
</style>