Shades of Indigo #3A04AC
Tints of Indigo #3A04AC
RGB
CMYK
RGB Variations
Color information
#3A04AC (or 0x3A04AC) is known color: Indigo. HEX triplet: 3A, 04 and AC. RGB value is (58,4,172). Sum of RGB (Red+Green+Blue) = 58+4+172=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A04AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A04AC is #C5FB53. Grayscale: #262626. Windows color (decimal): -12974932 or 11273274. OLE color: 11273274.
HSL color Cylindrical-coordinate representation of color #3A04AC: hue angle of 259.29º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A04AC is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 4 | 172 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.33 |
| HSL | 259.29º | 0.95% | 0.35% | - |
| HSV(B) | 259.29º | 0.98% | 0.67% | - |
| XYZ | 9.23 | 3.96 | 39.31 | - |
| YUV | 39.3 | 202.89 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 172 | 0.66 | 0.98 | 0 | 0.33 | 259.29 | 0.95 | 0.35 |
| Hex | 3A | 4 | AC | 42 | 62 | 0 | 21 | 103 | 5F | 23 |
| Octal | 72 | 4 | 254 | 102 | 142 | 0 | 41 | 403 | 137 | 43 |
| Binary | 111010 | 100 | 10101100 | 1000010 | 1100010 | 0 | 100001 | 100000011 | 1011111 | 100011 |
Color Harmonies of #3A04AC
Complementary color
Monochromatic Colors of #3A04AC
Black with #3A04AC
Text Example
Text Example
White with #3A04AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A04AC; }
p { color: rgb(58,4,172); }
H1.HeaderClassName
{
color: #3A04AC;
}
.AnyTagClassName
{
color: #3A04AC;
}
</style>
background-color css
<style>
a { background-color: #3A04AC; }
a { background-color: rgb(58,4,172); }
div.DivClassName
{
background-color: #3A04AC;
}
.BgClassName
{
background-color: #3A04AC;
}
</style>
border-color css
<style>
span { border-color: #3A04AC; }
span { border-color: rgb(58,4,172); }
td.TdClassName
{
border-color: #3A04AC;
}
.TagClassName
{
border-color: #3A04AC;
}
</style>