Shades of Indigo #3A018C
Tints of Indigo #3A018C
RGB
CMYK
RGB Variations
Color information
#3A018C (or 0x3A018C) is known color: Indigo. HEX triplet: 3A, 01 and 8C. RGB value is (58,1,140). Sum of RGB (Red+Green+Blue) = 58+1+140=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A018C is #C5FE73. Grayscale: #212121. Windows color (decimal): -12975732 or 9175354. OLE color: 9175354.
HSL color Cylindrical-coordinate representation of color #3A018C: hue angle of 264.6º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A018C is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 1 | 140 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.45 |
| HSL | 264.6º | 0.99% | 0.28% | - |
| HSV(B) | 264.6º | 0.99% | 0.55% | - |
| XYZ | 6.49 | 2.81 | 25.01 | - |
| YUV | 33.89 | 187.88 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 140 | 0.59 | 0.99 | 0 | 0.45 | 264.6 | 0.99 | 0.28 |
| Hex | 3A | 1 | 8C | 3B | 63 | 0 | 2D | 109 | 63 | 1C |
| Octal | 72 | 1 | 214 | 73 | 143 | 0 | 55 | 411 | 143 | 34 |
| Binary | 111010 | 1 | 10001100 | 111011 | 1100011 | 0 | 101101 | 100001001 | 1100011 | 11100 |
Color Harmonies of #3A018C
Complementary color
Monochromatic Colors of #3A018C
Black with #3A018C
Text Example
Text Example
White with #3A018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A018C; }
p { color: rgb(58,1,140); }
H1.HeaderClassName
{
color: #3A018C;
}
.AnyTagClassName
{
color: #3A018C;
}
</style>
background-color css
<style>
a { background-color: #3A018C; }
a { background-color: rgb(58,1,140); }
div.DivClassName
{
background-color: #3A018C;
}
.BgClassName
{
background-color: #3A018C;
}
</style>
border-color css
<style>
span { border-color: #3A018C; }
span { border-color: rgb(58,1,140); }
td.TdClassName
{
border-color: #3A018C;
}
.TagClassName
{
border-color: #3A018C;
}
</style>