Shades of Indigo #3A05A2
Tints of Indigo #3A05A2
RGB
CMYK
RGB Variations
Color information
#3A05A2 (or 0x3A05A2) is known color: Indigo. HEX triplet: 3A, 05 and A2. RGB value is (58,5,162). Sum of RGB (Red+Green+Blue) = 58+5+162=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 162 (63.67% from 255 or 72% from 225); Max value from RGB is 162 - color contains mainly: blue. Hex color #3A05A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A05A2 is #C5FA5D. Grayscale: #262626. Windows color (decimal): -12974686 or 10618170. OLE color: 10618170.
HSL color Cylindrical-coordinate representation of color #3A05A2: hue angle of 260.25º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A05A2 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 5 | 162 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.36 |
| HSL | 260.25º | 0.94% | 0.33% | - |
| HSV(B) | 260.25º | 0.97% | 0.64% | - |
| XYZ | 8.32 | 3.62 | 34.44 | - |
| YUV | 38.75 | 197.56 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 162 | 0.64 | 0.97 | 0 | 0.36 | 260.25 | 0.94 | 0.33 |
| Hex | 3A | 5 | A2 | 40 | 61 | 0 | 24 | 104 | 5E | 21 |
| Octal | 72 | 5 | 242 | 100 | 141 | 0 | 44 | 404 | 136 | 41 |
| Binary | 111010 | 101 | 10100010 | 1000000 | 1100001 | 0 | 100100 | 100000100 | 1011110 | 100001 |
Color Harmonies of #3A05A2
Complementary color
Monochromatic Colors of #3A05A2
Black with #3A05A2
Text Example
Text Example
White with #3A05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A05A2; }
p { color: rgb(58,5,162); }
H1.HeaderClassName
{
color: #3A05A2;
}
.AnyTagClassName
{
color: #3A05A2;
}
</style>
background-color css
<style>
a { background-color: #3A05A2; }
a { background-color: rgb(58,5,162); }
div.DivClassName
{
background-color: #3A05A2;
}
.BgClassName
{
background-color: #3A05A2;
}
</style>
border-color css
<style>
span { border-color: #3A05A2; }
span { border-color: rgb(58,5,162); }
td.TdClassName
{
border-color: #3A05A2;
}
.TagClassName
{
border-color: #3A05A2;
}
</style>