Shades of Indigo #3A016D
Tints of Indigo #3A016D
RGB
CMYK
RGB Variations
Color information
#3A016D (or 0x3A016D) is known color: Indigo. HEX triplet: 3A, 01 and 6D. RGB value is (58,1,109). Sum of RGB (Red+Green+Blue) = 58+1+109=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A016D is #C5FE92. Grayscale: #1D1D1D. Windows color (decimal): -12975763 or 7143738. OLE color: 7143738.
HSL color Cylindrical-coordinate representation of color #3A016D: hue angle of 271.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A016D is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 1 | 109 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.57 |
| HSL | 271.67º | 0.98% | 0.22% | - |
| HSV(B) | 271.67º | 0.99% | 0.43% | - |
| XYZ | 4.52 | 2.03 | 14.62 | - |
| YUV | 30.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 109 | 0.47 | 0.99 | 0 | 0.57 | 271.67 | 0.98 | 0.22 |
| Hex | 3A | 1 | 6D | 2F | 63 | 0 | 39 | 110 | 62 | 16 |
| Octal | 72 | 1 | 155 | 57 | 143 | 0 | 71 | 420 | 142 | 26 |
| Binary | 111010 | 1 | 1101101 | 101111 | 1100011 | 0 | 111001 | 100010000 | 1100010 | 10110 |
Color Harmonies of #3A016D
Complementary color
Monochromatic Colors of #3A016D
Black with #3A016D
Text Example
Text Example
White with #3A016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A016D; }
p { color: rgb(58,1,109); }
H1.HeaderClassName
{
color: #3A016D;
}
.AnyTagClassName
{
color: #3A016D;
}
</style>
background-color css
<style>
a { background-color: #3A016D; }
a { background-color: rgb(58,1,109); }
div.DivClassName
{
background-color: #3A016D;
}
.BgClassName
{
background-color: #3A016D;
}
</style>
border-color css
<style>
span { border-color: #3A016D; }
span { border-color: rgb(58,1,109); }
td.TdClassName
{
border-color: #3A016D;
}
.TagClassName
{
border-color: #3A016D;
}
</style>