Shades of Indigo #3A039E
Tints of Indigo #3A039E
RGB
CMYK
RGB Variations
Color information
#3A039E (or 0x3A039E) is known color: Indigo. HEX triplet: 3A, 03 and 9E. RGB value is (58,3,158). Sum of RGB (Red+Green+Blue) = 58+3+158=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A039E is #C5FC61. Grayscale: #242424. Windows color (decimal): -12975202 or 10355514. OLE color: 10355514.
HSL color Cylindrical-coordinate representation of color #3A039E: hue angle of 261.29º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A039E is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 3 | 158 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.38 |
| HSL | 261.29º | 0.96% | 0.32% | - |
| HSV(B) | 261.29º | 0.98% | 0.62% | - |
| XYZ | 7.95 | 3.43 | 32.59 | - |
| YUV | 37.12 | 196.22 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 158 | 0.63 | 0.98 | 0 | 0.38 | 261.29 | 0.96 | 0.32 |
| Hex | 3A | 3 | 9E | 3F | 62 | 0 | 26 | 105 | 60 | 20 |
| Octal | 72 | 3 | 236 | 77 | 142 | 0 | 46 | 405 | 140 | 40 |
| Binary | 111010 | 11 | 10011110 | 111111 | 1100010 | 0 | 100110 | 100000101 | 1100000 | 100000 |
Color Harmonies of #3A039E
Complementary color
Monochromatic Colors of #3A039E
Black with #3A039E
Text Example
Text Example
White with #3A039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A039E; }
p { color: rgb(58,3,158); }
H1.HeaderClassName
{
color: #3A039E;
}
.AnyTagClassName
{
color: #3A039E;
}
</style>
background-color css
<style>
a { background-color: #3A039E; }
a { background-color: rgb(58,3,158); }
div.DivClassName
{
background-color: #3A039E;
}
.BgClassName
{
background-color: #3A039E;
}
</style>
border-color css
<style>
span { border-color: #3A039E; }
span { border-color: rgb(58,3,158); }
td.TdClassName
{
border-color: #3A039E;
}
.TagClassName
{
border-color: #3A039E;
}
</style>