Shades of Indigo #3A0066
Tints of Indigo #3A0066
RGB
CMYK
RGB Variations
Color information
#3A0066 (or 0x3A0066) is known color: Indigo. HEX triplet: 3A, 00 and 66. RGB value is (58,0,102). Sum of RGB (Red+Green+Blue) = 58+0+102=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A0066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0066 is #C5FF99. Grayscale: #1C1C1C. Windows color (decimal): -12976026 or 6684730. OLE color: 6684730.
HSL color Cylindrical-coordinate representation of color #3A0066: hue angle of 274.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0066 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 0 | 102 | - |
| CMYK | 0.43 | 1 | 0 | 0.6 |
| HSL | 274.12º | 1% | 0.2% | - |
| HSV(B) | 274.12º | 1% | 0.4% | - |
| XYZ | 4.14 | 1.86 | 12.71 | - |
| YUV | 28.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 102 | 0.43 | 1 | 0 | 0.6 | 274.12 | 1 | 0.2 |
| Hex | 3A | 0 | 66 | 2B | 64 | 0 | 3C | 112 | 64 | 14 |
| Octal | 72 | 0 | 146 | 53 | 144 | 0 | 74 | 422 | 144 | 24 |
| Binary | 111010 | 0 | 1100110 | 101011 | 1100100 | 0 | 111100 | 100010010 | 1100100 | 10100 |
Color Harmonies of #3A0066
Complementary color
Monochromatic Colors of #3A0066
Black with #3A0066
Text Example
Text Example
White with #3A0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0066; }
p { color: rgb(58,0,102); }
H1.HeaderClassName
{
color: #3A0066;
}
.AnyTagClassName
{
color: #3A0066;
}
</style>
background-color css
<style>
a { background-color: #3A0066; }
a { background-color: rgb(58,0,102); }
div.DivClassName
{
background-color: #3A0066;
}
.BgClassName
{
background-color: #3A0066;
}
</style>
border-color css
<style>
span { border-color: #3A0066; }
span { border-color: rgb(58,0,102); }
td.TdClassName
{
border-color: #3A0066;
}
.TagClassName
{
border-color: #3A0066;
}
</style>