Shades of Indigo #3A00A4
Tints of Indigo #3A00A4
RGB
CMYK
RGB Variations
Color information
#3A00A4 (or 0x3A00A4) is known color: Indigo. HEX triplet: 3A, 00 and A4. RGB value is (58,0,164). Sum of RGB (Red+Green+Blue) = 58+0+164=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 164 (64.45% from 255 or 73.87% from 222); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A00A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A00A4 is #C5FF5B. Grayscale: #232323. Windows color (decimal): -12975964 or 10747962. OLE color: 10747962.
HSL color Cylindrical-coordinate representation of color #3A00A4: hue angle of 261.22º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00A4 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 0 | 164 | - |
| CMYK | 0.65 | 1 | 0 | 0.36 |
| HSL | 261.22º | 1% | 0.32% | - |
| HSV(B) | 261.22º | 1% | 0.64% | - |
| XYZ | 8.45 | 3.58 | 35.37 | - |
| YUV | 36.04 | 200.22 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 164 | 0.65 | 1 | 0 | 0.36 | 261.22 | 1 | 0.32 |
| Hex | 3A | 0 | A4 | 41 | 64 | 0 | 24 | 105 | 64 | 20 |
| Octal | 72 | 0 | 244 | 101 | 144 | 0 | 44 | 405 | 144 | 40 |
| Binary | 111010 | 0 | 10100100 | 1000001 | 1100100 | 0 | 100100 | 100000101 | 1100100 | 100000 |
Color Harmonies of #3A00A4
Complementary color
Monochromatic Colors of #3A00A4
Black with #3A00A4
Text Example
Text Example
White with #3A00A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00A4; }
p { color: rgb(58,0,164); }
H1.HeaderClassName
{
color: #3A00A4;
}
.AnyTagClassName
{
color: #3A00A4;
}
</style>
background-color css
<style>
a { background-color: #3A00A4; }
a { background-color: rgb(58,0,164); }
div.DivClassName
{
background-color: #3A00A4;
}
.BgClassName
{
background-color: #3A00A4;
}
</style>
border-color css
<style>
span { border-color: #3A00A4; }
span { border-color: rgb(58,0,164); }
td.TdClassName
{
border-color: #3A00A4;
}
.TagClassName
{
border-color: #3A00A4;
}
</style>