Shades of Indigo #3A006C
Tints of Indigo #3A006C
RGB
CMYK
RGB Variations
Color information
#3A006C (or 0x3A006C) is known color: Indigo. HEX triplet: 3A, 00 and 6C. RGB value is (58,0,108). Sum of RGB (Red+Green+Blue) = 58+0+108=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A006C is #C5FF93. Grayscale: #1D1D1D. Windows color (decimal): -12976020 or 7077946. OLE color: 7077946.
HSL color Cylindrical-coordinate representation of color #3A006C: hue angle of 272.22º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A006C is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 0 | 108 | - |
| CMYK | 0.46 | 1 | 0 | 0.58 |
| HSL | 272.22º | 1% | 0.21% | - |
| HSV(B) | 272.22º | 1% | 0.42% | - |
| XYZ | 4.45 | 1.98 | 14.34 | - |
| YUV | 29.65 | 172.22 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 108 | 0.46 | 1 | 0 | 0.58 | 272.22 | 1 | 0.21 |
| Hex | 3A | 0 | 6C | 2E | 64 | 0 | 3A | 110 | 64 | 15 |
| Octal | 72 | 0 | 154 | 56 | 144 | 0 | 72 | 420 | 144 | 25 |
| Binary | 111010 | 0 | 1101100 | 101110 | 1100100 | 0 | 111010 | 100010000 | 1100100 | 10101 |
Color Harmonies of #3A006C
Complementary color
Monochromatic Colors of #3A006C
Black with #3A006C
Text Example
Text Example
White with #3A006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A006C; }
p { color: rgb(58,0,108); }
H1.HeaderClassName
{
color: #3A006C;
}
.AnyTagClassName
{
color: #3A006C;
}
</style>
background-color css
<style>
a { background-color: #3A006C; }
a { background-color: rgb(58,0,108); }
div.DivClassName
{
background-color: #3A006C;
}
.BgClassName
{
background-color: #3A006C;
}
</style>
border-color css
<style>
span { border-color: #3A006C; }
span { border-color: rgb(58,0,108); }
td.TdClassName
{
border-color: #3A006C;
}
.TagClassName
{
border-color: #3A006C;
}
</style>