Shades of Indigo #3A0393
Tints of Indigo #3A0393
RGB
CMYK
RGB Variations
Color information
#3A0393 (or 0x3A0393) is known color: Indigo. HEX triplet: 3A, 03 and 93. RGB value is (58,3,147). Sum of RGB (Red+Green+Blue) = 58+3+147=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A0393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0393 is #C5FC6C. Grayscale: #232323. Windows color (decimal): -12975213 or 9634618. OLE color: 9634618.
HSL color Cylindrical-coordinate representation of color #3A0393: hue angle of 262.92º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0393 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 3 | 147 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.42 |
| HSL | 262.92º | 0.96% | 0.29% | - |
| HSV(B) | 262.92º | 0.98% | 0.58% | - |
| XYZ | 7.04 | 3.07 | 27.83 | - |
| YUV | 35.86 | 190.72 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 147 | 0.61 | 0.98 | 0 | 0.42 | 262.92 | 0.96 | 0.29 |
| Hex | 3A | 3 | 93 | 3D | 62 | 0 | 2A | 107 | 60 | 1D |
| Octal | 72 | 3 | 223 | 75 | 142 | 0 | 52 | 407 | 140 | 35 |
| Binary | 111010 | 11 | 10010011 | 111101 | 1100010 | 0 | 101010 | 100000111 | 1100000 | 11101 |
Color Harmonies of #3A0393
Complementary color
Monochromatic Colors of #3A0393
Black with #3A0393
Text Example
Text Example
White with #3A0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0393; }
p { color: rgb(58,3,147); }
H1.HeaderClassName
{
color: #3A0393;
}
.AnyTagClassName
{
color: #3A0393;
}
</style>
background-color css
<style>
a { background-color: #3A0393; }
a { background-color: rgb(58,3,147); }
div.DivClassName
{
background-color: #3A0393;
}
.BgClassName
{
background-color: #3A0393;
}
</style>
border-color css
<style>
span { border-color: #3A0393; }
span { border-color: rgb(58,3,147); }
td.TdClassName
{
border-color: #3A0393;
}
.TagClassName
{
border-color: #3A0393;
}
</style>