Shades of Indigo #3A00A0
Tints of Indigo #3A00A0
RGB
CMYK
RGB Variations
Color information
#3A00A0 (or 0x3A00A0) is known color: Indigo. HEX triplet: 3A, 00 and A0. RGB value is (58,0,160). Sum of RGB (Red+Green+Blue) = 58+0+160=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 160 (62.89% from 255 or 73.39% from 218); Max value from RGB is 160 - color contains mainly: blue. Hex color #3A00A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A00A0 is #C5FF5F. Grayscale: #232323. Windows color (decimal): -12975968 or 10485818. OLE color: 10485818.
HSL color Cylindrical-coordinate representation of color #3A00A0: hue angle of 261.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00A0 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 0 | 160 | - |
| CMYK | 0.64 | 1 | 0 | 0.37 |
| HSL | 261.75º | 1% | 0.31% | - |
| HSV(B) | 261.75º | 1% | 0.63% | - |
| XYZ | 8.09 | 3.44 | 33.49 | - |
| YUV | 35.58 | 198.22 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 160 | 0.64 | 1 | 0 | 0.37 | 261.75 | 1 | 0.31 |
| Hex | 3A | 0 | A0 | 40 | 64 | 0 | 25 | 106 | 64 | 1F |
| Octal | 72 | 0 | 240 | 100 | 144 | 0 | 45 | 406 | 144 | 37 |
| Binary | 111010 | 0 | 10100000 | 1000000 | 1100100 | 0 | 100101 | 100000110 | 1100100 | 11111 |
Color Harmonies of #3A00A0
Complementary color
Monochromatic Colors of #3A00A0
Black with #3A00A0
Text Example
Text Example
White with #3A00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00A0; }
p { color: rgb(58,0,160); }
H1.HeaderClassName
{
color: #3A00A0;
}
.AnyTagClassName
{
color: #3A00A0;
}
</style>
background-color css
<style>
a { background-color: #3A00A0; }
a { background-color: rgb(58,0,160); }
div.DivClassName
{
background-color: #3A00A0;
}
.BgClassName
{
background-color: #3A00A0;
}
</style>
border-color css
<style>
span { border-color: #3A00A0; }
span { border-color: rgb(58,0,160); }
td.TdClassName
{
border-color: #3A00A0;
}
.TagClassName
{
border-color: #3A00A0;
}
</style>