Shades of Indigo #3A06A2
Tints of Indigo #3A06A2
RGB
CMYK
RGB Variations
Color information
#3A06A2 (or 0x3A06A2) is known color: Indigo. HEX triplet: 3A, 06 and A2. RGB value is (58,6,162). Sum of RGB (Red+Green+Blue) = 58+6+162=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 162 (63.67% from 255 or 71.68% from 226); Max value from RGB is 162 - color contains mainly: blue. Hex color #3A06A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A06A2 is #C5F95D. Grayscale: #262626. Windows color (decimal): -12974430 or 10618426. OLE color: 10618426.
HSL color Cylindrical-coordinate representation of color #3A06A2: hue angle of 260º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A06A2 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 6 | 162 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.36 |
| HSL | 260º | 0.93% | 0.33% | - |
| HSV(B) | 260º | 0.96% | 0.64% | - |
| XYZ | 8.33 | 3.64 | 34.45 | - |
| YUV | 39.33 | 197.23 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 162 | 0.64 | 0.96 | 0 | 0.36 | 260 | 0.93 | 0.33 |
| Hex | 3A | 6 | A2 | 40 | 60 | 0 | 24 | 104 | 5D | 21 |
| Octal | 72 | 6 | 242 | 100 | 140 | 0 | 44 | 404 | 135 | 41 |
| Binary | 111010 | 110 | 10100010 | 1000000 | 1100000 | 0 | 100100 | 100000100 | 1011101 | 100001 |
Color Harmonies of #3A06A2
Complementary color
Monochromatic Colors of #3A06A2
Black with #3A06A2
Text Example
Text Example
White with #3A06A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A06A2; }
p { color: rgb(58,6,162); }
H1.HeaderClassName
{
color: #3A06A2;
}
.AnyTagClassName
{
color: #3A06A2;
}
</style>
background-color css
<style>
a { background-color: #3A06A2; }
a { background-color: rgb(58,6,162); }
div.DivClassName
{
background-color: #3A06A2;
}
.BgClassName
{
background-color: #3A06A2;
}
</style>
border-color css
<style>
span { border-color: #3A06A2; }
span { border-color: rgb(58,6,162); }
td.TdClassName
{
border-color: #3A06A2;
}
.TagClassName
{
border-color: #3A06A2;
}
</style>