Shades of Indigo #3A04AD
Tints of Indigo #3A04AD
RGB
CMYK
RGB Variations
Color information
#3A04AD (or 0x3A04AD) is known color: Indigo. HEX triplet: 3A, 04 and AD. RGB value is (58,4,173). Sum of RGB (Red+Green+Blue) = 58+4+173=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A04AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A04AD is #C5FB52. Grayscale: #262626. Windows color (decimal): -12974931 or 11338810. OLE color: 11338810.
HSL color Cylindrical-coordinate representation of color #3A04AD: hue angle of 259.17º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A04AD is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 4 | 173 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.32 |
| HSL | 259.17º | 0.95% | 0.35% | - |
| HSV(B) | 259.17º | 0.98% | 0.68% | - |
| XYZ | 9.33 | 4 | 39.82 | - |
| YUV | 39.41 | 203.39 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 173 | 0.66 | 0.98 | 0 | 0.32 | 259.17 | 0.95 | 0.35 |
| Hex | 3A | 4 | AD | 42 | 62 | 0 | 20 | 103 | 5F | 23 |
| Octal | 72 | 4 | 255 | 102 | 142 | 0 | 40 | 403 | 137 | 43 |
| Binary | 111010 | 100 | 10101101 | 1000010 | 1100010 | 0 | 100000 | 100000011 | 1011111 | 100011 |
Color Harmonies of #3A04AD
Complementary color
Monochromatic Colors of #3A04AD
Black with #3A04AD
Text Example
Text Example
White with #3A04AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A04AD; }
p { color: rgb(58,4,173); }
H1.HeaderClassName
{
color: #3A04AD;
}
.AnyTagClassName
{
color: #3A04AD;
}
</style>
background-color css
<style>
a { background-color: #3A04AD; }
a { background-color: rgb(58,4,173); }
div.DivClassName
{
background-color: #3A04AD;
}
.BgClassName
{
background-color: #3A04AD;
}
</style>
border-color css
<style>
span { border-color: #3A04AD; }
span { border-color: rgb(58,4,173); }
td.TdClassName
{
border-color: #3A04AD;
}
.TagClassName
{
border-color: #3A04AD;
}
</style>