Shades of Indigo #3A029A
Tints of Indigo #3A029A
RGB
CMYK
RGB Variations
Color information
#3A029A (or 0x3A029A) is known color: Indigo. HEX triplet: 3A, 02 and 9A. RGB value is (58,2,154). Sum of RGB (Red+Green+Blue) = 58+2+154=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A029A is #C5FD65. Grayscale: #232323. Windows color (decimal): -12975462 or 10093114. OLE color: 10093114.
HSL color Cylindrical-coordinate representation of color #3A029A: hue angle of 262.11º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A029A is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 2 | 154 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.40 |
| HSL | 262.11º | 0.97% | 0.31% | - |
| HSV(B) | 262.11º | 0.99% | 0.6% | - |
| XYZ | 7.6 | 3.28 | 30.8 | - |
| YUV | 36.07 | 194.55 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 154 | 0.62 | 0.99 | 0 | 0.40 | 262.11 | 0.97 | 0.31 |
| Hex | 3A | 2 | 9A | 3E | 63 | 0 | 28 | 106 | 61 | 1F |
| Octal | 72 | 2 | 232 | 76 | 143 | 0 | 50 | 406 | 141 | 37 |
| Binary | 111010 | 10 | 10011010 | 111110 | 1100011 | 0 | 101000 | 100000110 | 1100001 | 11111 |
Color Harmonies of #3A029A
Complementary color
Monochromatic Colors of #3A029A
Black with #3A029A
Text Example
Text Example
White with #3A029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A029A; }
p { color: rgb(58,2,154); }
H1.HeaderClassName
{
color: #3A029A;
}
.AnyTagClassName
{
color: #3A029A;
}
</style>
background-color css
<style>
a { background-color: #3A029A; }
a { background-color: rgb(58,2,154); }
div.DivClassName
{
background-color: #3A029A;
}
.BgClassName
{
background-color: #3A029A;
}
</style>
border-color css
<style>
span { border-color: #3A029A; }
span { border-color: rgb(58,2,154); }
td.TdClassName
{
border-color: #3A029A;
}
.TagClassName
{
border-color: #3A029A;
}
</style>