Shades of Indigo #3A0075
Tints of Indigo #3A0075
RGB
CMYK
RGB Variations
Color information
#3A0075 (or 0x3A0075) is known color: Indigo. HEX triplet: 3A, 00 and 75. RGB value is (58,0,117). Sum of RGB (Red+Green+Blue) = 58+0+117=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A0075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0075 is #C5FF8A. Grayscale: #1E1E1E. Windows color (decimal): -12976011 or 7667770. OLE color: 7667770.
HSL color Cylindrical-coordinate representation of color #3A0075: hue angle of 269.74º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0075 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 0 | 117 | - |
| CMYK | 0.50 | 1 | 0 | 0.54 |
| HSL | 269.74º | 1% | 0.23% | - |
| HSV(B) | 269.74º | 1% | 0.46% | - |
| XYZ | 4.96 | 2.18 | 16.99 | - |
| YUV | 30.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 117 | 0.50 | 1 | 0 | 0.54 | 269.74 | 1 | 0.23 |
| Hex | 3A | 0 | 75 | 32 | 64 | 0 | 36 | 10E | 64 | 17 |
| Octal | 72 | 0 | 165 | 62 | 144 | 0 | 66 | 416 | 144 | 27 |
| Binary | 111010 | 0 | 1110101 | 110010 | 1100100 | 0 | 110110 | 100001110 | 1100100 | 10111 |
Color Harmonies of #3A0075
Complementary color
Monochromatic Colors of #3A0075
Black with #3A0075
Text Example
Text Example
White with #3A0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0075; }
p { color: rgb(58,0,117); }
H1.HeaderClassName
{
color: #3A0075;
}
.AnyTagClassName
{
color: #3A0075;
}
</style>
background-color css
<style>
a { background-color: #3A0075; }
a { background-color: rgb(58,0,117); }
div.DivClassName
{
background-color: #3A0075;
}
.BgClassName
{
background-color: #3A0075;
}
</style>
border-color css
<style>
span { border-color: #3A0075; }
span { border-color: rgb(58,0,117); }
td.TdClassName
{
border-color: #3A0075;
}
.TagClassName
{
border-color: #3A0075;
}
</style>