Shades of Indigo #3A0063
Tints of Indigo #3A0063
RGB
CMYK
RGB Variations
Color information
#3A0063 (or 0x3A0063) is known color: Indigo. HEX triplet: 3A, 00 and 63. RGB value is (58,0,99). Sum of RGB (Red+Green+Blue) = 58+0+99=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A0063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0063 is #C5FF9C. Grayscale: #1C1C1C. Windows color (decimal): -12976029 or 6488122. OLE color: 6488122.
HSL color Cylindrical-coordinate representation of color #3A0063: hue angle of 275.15º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0063 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 0 | 99 | - |
| CMYK | 0.41 | 1 | 0 | 0.61 |
| HSL | 275.15º | 1% | 0.19% | - |
| HSV(B) | 275.15º | 1% | 0.39% | - |
| XYZ | 4 | 1.8 | 11.94 | - |
| YUV | 28.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 99 | 0.41 | 1 | 0 | 0.61 | 275.15 | 1 | 0.19 |
| Hex | 3A | 0 | 63 | 29 | 64 | 0 | 3D | 113 | 64 | 13 |
| Octal | 72 | 0 | 143 | 51 | 144 | 0 | 75 | 423 | 144 | 23 |
| Binary | 111010 | 0 | 1100011 | 101001 | 1100100 | 0 | 111101 | 100010011 | 1100100 | 10011 |
Color Harmonies of #3A0063
Complementary color
Monochromatic Colors of #3A0063
Black with #3A0063
Text Example
Text Example
White with #3A0063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0063; }
p { color: rgb(58,0,99); }
H1.HeaderClassName
{
color: #3A0063;
}
.AnyTagClassName
{
color: #3A0063;
}
</style>
background-color css
<style>
a { background-color: #3A0063; }
a { background-color: rgb(58,0,99); }
div.DivClassName
{
background-color: #3A0063;
}
.BgClassName
{
background-color: #3A0063;
}
</style>
border-color css
<style>
span { border-color: #3A0063; }
span { border-color: rgb(58,0,99); }
td.TdClassName
{
border-color: #3A0063;
}
.TagClassName
{
border-color: #3A0063;
}
</style>