Shades of Indigo #3A049F
Tints of Indigo #3A049F
RGB
CMYK
RGB Variations
Color information
#3A049F (or 0x3A049F) is known color: Indigo. HEX triplet: 3A, 04 and 9F. RGB value is (58,4,159). Sum of RGB (Red+Green+Blue) = 58+4+159=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A049F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A049F is #C5FB60. Grayscale: #252525. Windows color (decimal): -12974945 or 10421306. OLE color: 10421306.
HSL color Cylindrical-coordinate representation of color #3A049F: hue angle of 260.9º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A049F is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 4 | 159 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.38 |
| HSL | 260.9º | 0.95% | 0.32% | - |
| HSV(B) | 260.9º | 0.97% | 0.62% | - |
| XYZ | 8.05 | 3.49 | 33.05 | - |
| YUV | 37.82 | 196.39 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 159 | 0.64 | 0.97 | 0 | 0.38 | 260.9 | 0.95 | 0.32 |
| Hex | 3A | 4 | 9F | 40 | 61 | 0 | 26 | 105 | 5F | 20 |
| Octal | 72 | 4 | 237 | 100 | 141 | 0 | 46 | 405 | 137 | 40 |
| Binary | 111010 | 100 | 10011111 | 1000000 | 1100001 | 0 | 100110 | 100000101 | 1011111 | 100000 |
Color Harmonies of #3A049F
Complementary color
Monochromatic Colors of #3A049F
Black with #3A049F
Text Example
Text Example
White with #3A049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A049F; }
p { color: rgb(58,4,159); }
H1.HeaderClassName
{
color: #3A049F;
}
.AnyTagClassName
{
color: #3A049F;
}
</style>
background-color css
<style>
a { background-color: #3A049F; }
a { background-color: rgb(58,4,159); }
div.DivClassName
{
background-color: #3A049F;
}
.BgClassName
{
background-color: #3A049F;
}
</style>
border-color css
<style>
span { border-color: #3A049F; }
span { border-color: rgb(58,4,159); }
td.TdClassName
{
border-color: #3A049F;
}
.TagClassName
{
border-color: #3A049F;
}
</style>