Shades of Indigo #3A0189
Tints of Indigo #3A0189
RGB
CMYK
RGB Variations
Color information
#3A0189 (or 0x3A0189) is known color: Indigo. HEX triplet: 3A, 01 and 89. RGB value is (58,1,137). Sum of RGB (Red+Green+Blue) = 58+1+137=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A0189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0189 is #C5FE76. Grayscale: #212121. Windows color (decimal): -12975735 or 8978746. OLE color: 8978746.
HSL color Cylindrical-coordinate representation of color #3A0189: hue angle of 265.15º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0189 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 1 | 137 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.46 |
| HSL | 265.15º | 0.99% | 0.27% | - |
| HSV(B) | 265.15º | 0.99% | 0.54% | - |
| XYZ | 6.27 | 2.73 | 23.86 | - |
| YUV | 33.55 | 186.38 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 137 | 0.58 | 0.99 | 0 | 0.46 | 265.15 | 0.99 | 0.27 |
| Hex | 3A | 1 | 89 | 3A | 63 | 0 | 2E | 109 | 63 | 1B |
| Octal | 72 | 1 | 211 | 72 | 143 | 0 | 56 | 411 | 143 | 33 |
| Binary | 111010 | 1 | 10001001 | 111010 | 1100011 | 0 | 101110 | 100001001 | 1100011 | 11011 |
Color Harmonies of #3A0189
Complementary color
Monochromatic Colors of #3A0189
Black with #3A0189
Text Example
Text Example
White with #3A0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0189; }
p { color: rgb(58,1,137); }
H1.HeaderClassName
{
color: #3A0189;
}
.AnyTagClassName
{
color: #3A0189;
}
</style>
background-color css
<style>
a { background-color: #3A0189; }
a { background-color: rgb(58,1,137); }
div.DivClassName
{
background-color: #3A0189;
}
.BgClassName
{
background-color: #3A0189;
}
</style>
border-color css
<style>
span { border-color: #3A0189; }
span { border-color: rgb(58,1,137); }
td.TdClassName
{
border-color: #3A0189;
}
.TagClassName
{
border-color: #3A0189;
}
</style>