Shades of Indigo #3A0499
Tints of Indigo #3A0499
RGB
CMYK
RGB Variations
Color information
#3A0499 (or 0x3A0499) is known color: Indigo. HEX triplet: 3A, 04 and 99. RGB value is (58,4,153). Sum of RGB (Red+Green+Blue) = 58+4+153=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A0499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0499 is #C5FB66. Grayscale: #242424. Windows color (decimal): -12974951 or 10028090. OLE color: 10028090.
HSL color Cylindrical-coordinate representation of color #3A0499: hue angle of 261.74º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0499 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 4 | 153 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.4 |
| HSL | 261.75º | 0.95% | 0.31% | - |
| HSV(B) | 261.75º | 0.97% | 0.6% | - |
| XYZ | 7.54 | 3.29 | 30.37 | - |
| YUV | 37.13 | 193.39 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 153 | 0.62 | 0.97 | 0 | 0.4 | 261.75 | 0.95 | 0.31 |
| Hex | 3A | 4 | 99 | 3E | 61 | 0 | 28 | 106 | 5F | 1F |
| Octal | 72 | 4 | 231 | 76 | 141 | 0 | 50 | 406 | 137 | 37 |
| Binary | 111010 | 100 | 10011001 | 111110 | 1100001 | 0 | 101000 | 100000110 | 1011111 | 11111 |
Color Harmonies of #3A0499
Complementary color
Monochromatic Colors of #3A0499
Black with #3A0499
Text Example
Text Example
White with #3A0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0499; }
p { color: rgb(58,4,153); }
H1.HeaderClassName
{
color: #3A0499;
}
.AnyTagClassName
{
color: #3A0499;
}
</style>
background-color css
<style>
a { background-color: #3A0499; }
a { background-color: rgb(58,4,153); }
div.DivClassName
{
background-color: #3A0499;
}
.BgClassName
{
background-color: #3A0499;
}
</style>
border-color css
<style>
span { border-color: #3A0499; }
span { border-color: rgb(58,4,153); }
td.TdClassName
{
border-color: #3A0499;
}
.TagClassName
{
border-color: #3A0499;
}
</style>