Shades of Indigo #3A008B
Tints of Indigo #3A008B
RGB
CMYK
RGB Variations
Color information
#3A008B (or 0x3A008B) is known color: Indigo. HEX triplet: 3A, 00 and 8B. RGB value is (58,0,139). Sum of RGB (Red+Green+Blue) = 58+0+139=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A008B is #C5FF74. Grayscale: #202020. Windows color (decimal): -12975989 or 9109562. OLE color: 9109562.
HSL color Cylindrical-coordinate representation of color #3A008B: hue angle of 265.04º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A008B is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 0 | 139 | - |
| CMYK | 0.58 | 1 | 0 | 0.45 |
| HSL | 265.04º | 1% | 0.27% | - |
| HSV(B) | 265.04º | 1% | 0.55% | - |
| XYZ | 6.41 | 2.76 | 24.62 | - |
| YUV | 33.19 | 187.72 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 139 | 0.58 | 1 | 0 | 0.45 | 265.04 | 1 | 0.27 |
| Hex | 3A | 0 | 8B | 3A | 64 | 0 | 2D | 109 | 64 | 1B |
| Octal | 72 | 0 | 213 | 72 | 144 | 0 | 55 | 411 | 144 | 33 |
| Binary | 111010 | 0 | 10001011 | 111010 | 1100100 | 0 | 101101 | 100001001 | 1100100 | 11011 |
Color Harmonies of #3A008B
Complementary color
Monochromatic Colors of #3A008B
Black with #3A008B
Text Example
Text Example
White with #3A008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A008B; }
p { color: rgb(58,0,139); }
H1.HeaderClassName
{
color: #3A008B;
}
.AnyTagClassName
{
color: #3A008B;
}
</style>
background-color css
<style>
a { background-color: #3A008B; }
a { background-color: rgb(58,0,139); }
div.DivClassName
{
background-color: #3A008B;
}
.BgClassName
{
background-color: #3A008B;
}
</style>
border-color css
<style>
span { border-color: #3A008B; }
span { border-color: rgb(58,0,139); }
td.TdClassName
{
border-color: #3A008B;
}
.TagClassName
{
border-color: #3A008B;
}
</style>