Shades of Indigo #3A0064
Tints of Indigo #3A0064
RGB
CMYK
RGB Variations
Color information
#3A0064 (or 0x3A0064) is known color: Indigo. HEX triplet: 3A, 00 and 64. RGB value is (58,0,100). Sum of RGB (Red+Green+Blue) = 58+0+100=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 100 (39.45% from 255 or 63.29% from 158); Max value from RGB is 100 - color contains mainly: blue. Hex color #3A0064 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0064 is #C5FF9B. Grayscale: #1C1C1C. Windows color (decimal): -12976028 or 6553658. OLE color: 6553658.
HSL color Cylindrical-coordinate representation of color #3A0064: hue angle of 274.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0064 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 0 | 100 | - |
| CMYK | 0.42 | 1 | 0 | 0.61 |
| HSL | 274.8º | 1% | 0.2% | - |
| HSV(B) | 274.8º | 1% | 0.39% | - |
| XYZ | 4.05 | 1.82 | 12.19 | - |
| YUV | 28.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 100 | 0.42 | 1 | 0 | 0.61 | 274.8 | 1 | 0.2 |
| Hex | 3A | 0 | 64 | 2A | 64 | 0 | 3D | 113 | 64 | 14 |
| Octal | 72 | 0 | 144 | 52 | 144 | 0 | 75 | 423 | 144 | 24 |
| Binary | 111010 | 0 | 1100100 | 101010 | 1100100 | 0 | 111101 | 100010011 | 1100100 | 10100 |
Color Harmonies of #3A0064
Complementary color
Monochromatic Colors of #3A0064
Black with #3A0064
Text Example
Text Example
White with #3A0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0064; }
p { color: rgb(58,0,100); }
H1.HeaderClassName
{
color: #3A0064;
}
.AnyTagClassName
{
color: #3A0064;
}
</style>
background-color css
<style>
a { background-color: #3A0064; }
a { background-color: rgb(58,0,100); }
div.DivClassName
{
background-color: #3A0064;
}
.BgClassName
{
background-color: #3A0064;
}
</style>
border-color css
<style>
span { border-color: #3A0064; }
span { border-color: rgb(58,0,100); }
td.TdClassName
{
border-color: #3A0064;
}
.TagClassName
{
border-color: #3A0064;
}
</style>