Shades of Indigo #3A038A
Tints of Indigo #3A038A
RGB
CMYK
RGB Variations
Color information
#3A038A (or 0x3A038A) is known color: Indigo. HEX triplet: 3A, 03 and 8A. RGB value is (58,3,138). Sum of RGB (Red+Green+Blue) = 58+3+138=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 138 (54.30% from 255 or 69.35% from 199); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A038A is #C5FC75. Grayscale: #222222. Windows color (decimal): -12975222 or 9044794. OLE color: 9044794.
HSL color Cylindrical-coordinate representation of color #3A038A: hue angle of 264.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A038A is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 3 | 138 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.46 |
| HSL | 264.44º | 0.96% | 0.28% | - |
| HSV(B) | 264.44º | 0.98% | 0.54% | - |
| XYZ | 6.36 | 2.8 | 24.25 | - |
| YUV | 34.84 | 186.22 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 138 | 0.58 | 0.98 | 0 | 0.46 | 264.44 | 0.96 | 0.28 |
| Hex | 3A | 3 | 8A | 3A | 62 | 0 | 2E | 108 | 60 | 1C |
| Octal | 72 | 3 | 212 | 72 | 142 | 0 | 56 | 410 | 140 | 34 |
| Binary | 111010 | 11 | 10001010 | 111010 | 1100010 | 0 | 101110 | 100001000 | 1100000 | 11100 |
Color Harmonies of #3A038A
Complementary color
Monochromatic Colors of #3A038A
Black with #3A038A
Text Example
Text Example
White with #3A038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A038A; }
p { color: rgb(58,3,138); }
H1.HeaderClassName
{
color: #3A038A;
}
.AnyTagClassName
{
color: #3A038A;
}
</style>
background-color css
<style>
a { background-color: #3A038A; }
a { background-color: rgb(58,3,138); }
div.DivClassName
{
background-color: #3A038A;
}
.BgClassName
{
background-color: #3A038A;
}
</style>
border-color css
<style>
span { border-color: #3A038A; }
span { border-color: rgb(58,3,138); }
td.TdClassName
{
border-color: #3A038A;
}
.TagClassName
{
border-color: #3A038A;
}
</style>