Shades of Indigo #3A0390
Tints of Indigo #3A0390
RGB
CMYK
RGB Variations
Color information
#3A0390 (or 0x3A0390) is known color: Indigo. HEX triplet: 3A, 03 and 90. RGB value is (58,3,144). Sum of RGB (Red+Green+Blue) = 58+3+144=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A0390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0390 is #C5FC6F. Grayscale: #232323. Windows color (decimal): -12975216 or 9438010. OLE color: 9438010.
HSL color Cylindrical-coordinate representation of color #3A0390: hue angle of 263.4º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0390 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 3 | 144 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.44 |
| HSL | 263.4º | 0.96% | 0.29% | - |
| HSV(B) | 263.4º | 0.98% | 0.56% | - |
| XYZ | 6.81 | 2.98 | 26.6 | - |
| YUV | 35.52 | 189.22 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 144 | 0.60 | 0.98 | 0 | 0.44 | 263.4 | 0.96 | 0.29 |
| Hex | 3A | 3 | 90 | 3C | 62 | 0 | 2C | 107 | 60 | 1D |
| Octal | 72 | 3 | 220 | 74 | 142 | 0 | 54 | 407 | 140 | 35 |
| Binary | 111010 | 11 | 10010000 | 111100 | 1100010 | 0 | 101100 | 100000111 | 1100000 | 11101 |
Color Harmonies of #3A0390
Complementary color
Monochromatic Colors of #3A0390
Black with #3A0390
Text Example
Text Example
White with #3A0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0390; }
p { color: rgb(58,3,144); }
H1.HeaderClassName
{
color: #3A0390;
}
.AnyTagClassName
{
color: #3A0390;
}
</style>
background-color css
<style>
a { background-color: #3A0390; }
a { background-color: rgb(58,3,144); }
div.DivClassName
{
background-color: #3A0390;
}
.BgClassName
{
background-color: #3A0390;
}
</style>
border-color css
<style>
span { border-color: #3A0390; }
span { border-color: rgb(58,3,144); }
td.TdClassName
{
border-color: #3A0390;
}
.TagClassName
{
border-color: #3A0390;
}
</style>