Shades of Indigo #3A018B
Tints of Indigo #3A018B
RGB
CMYK
RGB Variations
Color information
#3A018B (or 0x3A018B) is known color: Indigo. HEX triplet: 3A, 01 and 8B. RGB value is (58,1,139). Sum of RGB (Red+Green+Blue) = 58+1+139=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A018B is #C5FE74. Grayscale: #212121. Windows color (decimal): -12975733 or 9109818. OLE color: 9109818.
HSL color Cylindrical-coordinate representation of color #3A018B: hue angle of 264.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A018B is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 1 | 139 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.45 |
| HSL | 264.78º | 0.99% | 0.27% | - |
| HSV(B) | 264.78º | 0.99% | 0.55% | - |
| XYZ | 6.42 | 2.79 | 24.63 | - |
| YUV | 33.78 | 187.38 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 139 | 0.58 | 0.99 | 0 | 0.45 | 264.78 | 0.99 | 0.27 |
| Hex | 3A | 1 | 8B | 3A | 63 | 0 | 2D | 109 | 63 | 1B |
| Octal | 72 | 1 | 213 | 72 | 143 | 0 | 55 | 411 | 143 | 33 |
| Binary | 111010 | 1 | 10001011 | 111010 | 1100011 | 0 | 101101 | 100001001 | 1100011 | 11011 |
Color Harmonies of #3A018B
Complementary color
Monochromatic Colors of #3A018B
Black with #3A018B
Text Example
Text Example
White with #3A018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A018B; }
p { color: rgb(58,1,139); }
H1.HeaderClassName
{
color: #3A018B;
}
.AnyTagClassName
{
color: #3A018B;
}
</style>
background-color css
<style>
a { background-color: #3A018B; }
a { background-color: rgb(58,1,139); }
div.DivClassName
{
background-color: #3A018B;
}
.BgClassName
{
background-color: #3A018B;
}
</style>
border-color css
<style>
span { border-color: #3A018B; }
span { border-color: rgb(58,1,139); }
td.TdClassName
{
border-color: #3A018B;
}
.TagClassName
{
border-color: #3A018B;
}
</style>