Shades of Indigo #3A028B
Tints of Indigo #3A028B
RGB
CMYK
RGB Variations
Color information
#3A028B (or 0x3A028B) is known color: Indigo. HEX triplet: 3A, 02 and 8B. RGB value is (58,2,139). Sum of RGB (Red+Green+Blue) = 58+2+139=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A028B is #C5FD74. Grayscale: #212121. Windows color (decimal): -12975477 or 9110074. OLE color: 9110074.
HSL color Cylindrical-coordinate representation of color #3A028B: hue angle of 264.53º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A028B is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 2 | 139 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.45 |
| HSL | 264.53º | 0.97% | 0.28% | - |
| HSV(B) | 264.53º | 0.99% | 0.55% | - |
| XYZ | 6.43 | 2.81 | 24.63 | - |
| YUV | 34.36 | 187.05 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 139 | 0.58 | 0.99 | 0 | 0.45 | 264.53 | 0.97 | 0.28 |
| Hex | 3A | 2 | 8B | 3A | 63 | 0 | 2D | 109 | 61 | 1C |
| Octal | 72 | 2 | 213 | 72 | 143 | 0 | 55 | 411 | 141 | 34 |
| Binary | 111010 | 10 | 10001011 | 111010 | 1100011 | 0 | 101101 | 100001001 | 1100001 | 11100 |
Color Harmonies of #3A028B
Complementary color
Monochromatic Colors of #3A028B
Black with #3A028B
Text Example
Text Example
White with #3A028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A028B; }
p { color: rgb(58,2,139); }
H1.HeaderClassName
{
color: #3A028B;
}
.AnyTagClassName
{
color: #3A028B;
}
</style>
background-color css
<style>
a { background-color: #3A028B; }
a { background-color: rgb(58,2,139); }
div.DivClassName
{
background-color: #3A028B;
}
.BgClassName
{
background-color: #3A028B;
}
</style>
border-color css
<style>
span { border-color: #3A028B; }
span { border-color: rgb(58,2,139); }
td.TdClassName
{
border-color: #3A028B;
}
.TagClassName
{
border-color: #3A028B;
}
</style>