Shades of Indigo #3A029E
Tints of Indigo #3A029E
RGB
CMYK
RGB Variations
Color information
#3A029E (or 0x3A029E) is known color: Indigo. HEX triplet: 3A, 02 and 9E. RGB value is (58,2,158). Sum of RGB (Red+Green+Blue) = 58+2+158=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A029E is #C5FD61. Grayscale: #232323. Windows color (decimal): -12975458 or 10355258. OLE color: 10355258.
HSL color Cylindrical-coordinate representation of color #3A029E: hue angle of 261.54º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A029E is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 2 | 158 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.38 |
| HSL | 261.54º | 0.98% | 0.31% | - |
| HSV(B) | 261.54º | 0.99% | 0.62% | - |
| XYZ | 7.94 | 3.41 | 32.59 | - |
| YUV | 36.53 | 196.55 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 158 | 0.63 | 0.99 | 0 | 0.38 | 261.54 | 0.98 | 0.31 |
| Hex | 3A | 2 | 9E | 3F | 63 | 0 | 26 | 106 | 62 | 1F |
| Octal | 72 | 2 | 236 | 77 | 143 | 0 | 46 | 406 | 142 | 37 |
| Binary | 111010 | 10 | 10011110 | 111111 | 1100011 | 0 | 100110 | 100000110 | 1100010 | 11111 |
Color Harmonies of #3A029E
Complementary color
Monochromatic Colors of #3A029E
Black with #3A029E
Text Example
Text Example
White with #3A029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A029E; }
p { color: rgb(58,2,158); }
H1.HeaderClassName
{
color: #3A029E;
}
.AnyTagClassName
{
color: #3A029E;
}
</style>
background-color css
<style>
a { background-color: #3A029E; }
a { background-color: rgb(58,2,158); }
div.DivClassName
{
background-color: #3A029E;
}
.BgClassName
{
background-color: #3A029E;
}
</style>
border-color css
<style>
span { border-color: #3A029E; }
span { border-color: rgb(58,2,158); }
td.TdClassName
{
border-color: #3A029E;
}
.TagClassName
{
border-color: #3A029E;
}
</style>