Shades of Indigo #3A038D
Tints of Indigo #3A038D
RGB
CMYK
RGB Variations
Color information
#3A038D (or 0x3A038D) is known color: Indigo. HEX triplet: 3A, 03 and 8D. RGB value is (58,3,141). Sum of RGB (Red+Green+Blue) = 58+3+141=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A038D is #C5FC72. Grayscale: #222222. Windows color (decimal): -12975219 or 9241402. OLE color: 9241402.
HSL color Cylindrical-coordinate representation of color #3A038D: hue angle of 263.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A038D is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 3 | 141 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.45 |
| HSL | 263.91º | 0.96% | 0.28% | - |
| HSV(B) | 263.91º | 0.98% | 0.55% | - |
| XYZ | 6.59 | 2.89 | 25.41 | - |
| YUV | 35.18 | 187.72 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 141 | 0.59 | 0.98 | 0 | 0.45 | 263.91 | 0.96 | 0.28 |
| Hex | 3A | 3 | 8D | 3B | 62 | 0 | 2D | 108 | 60 | 1C |
| Octal | 72 | 3 | 215 | 73 | 142 | 0 | 55 | 410 | 140 | 34 |
| Binary | 111010 | 11 | 10001101 | 111011 | 1100010 | 0 | 101101 | 100001000 | 1100000 | 11100 |
Color Harmonies of #3A038D
Complementary color
Monochromatic Colors of #3A038D
Black with #3A038D
Text Example
Text Example
White with #3A038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A038D; }
p { color: rgb(58,3,141); }
H1.HeaderClassName
{
color: #3A038D;
}
.AnyTagClassName
{
color: #3A038D;
}
</style>
background-color css
<style>
a { background-color: #3A038D; }
a { background-color: rgb(58,3,141); }
div.DivClassName
{
background-color: #3A038D;
}
.BgClassName
{
background-color: #3A038D;
}
</style>
border-color css
<style>
span { border-color: #3A038D; }
span { border-color: rgb(58,3,141); }
td.TdClassName
{
border-color: #3A038D;
}
.TagClassName
{
border-color: #3A038D;
}
</style>