Shades of Indigo #3A01AA
Tints of Indigo #3A01AA
RGB
CMYK
RGB Variations
Color information
#3A01AA (or 0x3A01AA) is known color: Indigo. HEX triplet: 3A, 01 and AA. RGB value is (58,1,170). Sum of RGB (Red+Green+Blue) = 58+1+170=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A01AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A01AA is #C5FE55. Grayscale: #242424. Windows color (decimal): -12975702 or 11141434. OLE color: 11141434.
HSL color Cylindrical-coordinate representation of color #3A01AA: hue angle of 260.24º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A01AA is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 1 | 170 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.33 |
| HSL | 260.24º | 0.99% | 0.34% | - |
| HSV(B) | 260.24º | 0.99% | 0.67% | - |
| XYZ | 9.01 | 3.82 | 38.29 | - |
| YUV | 37.31 | 202.88 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 170 | 0.66 | 0.99 | 0 | 0.33 | 260.24 | 0.99 | 0.34 |
| Hex | 3A | 1 | AA | 42 | 63 | 0 | 21 | 104 | 63 | 22 |
| Octal | 72 | 1 | 252 | 102 | 143 | 0 | 41 | 404 | 143 | 42 |
| Binary | 111010 | 1 | 10101010 | 1000010 | 1100011 | 0 | 100001 | 100000100 | 1100011 | 100010 |
Color Harmonies of #3A01AA
Complementary color
Monochromatic Colors of #3A01AA
Black with #3A01AA
Text Example
Text Example
White with #3A01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A01AA; }
p { color: rgb(58,1,170); }
H1.HeaderClassName
{
color: #3A01AA;
}
.AnyTagClassName
{
color: #3A01AA;
}
</style>
background-color css
<style>
a { background-color: #3A01AA; }
a { background-color: rgb(58,1,170); }
div.DivClassName
{
background-color: #3A01AA;
}
.BgClassName
{
background-color: #3A01AA;
}
</style>
border-color css
<style>
span { border-color: #3A01AA; }
span { border-color: rgb(58,1,170); }
td.TdClassName
{
border-color: #3A01AA;
}
.TagClassName
{
border-color: #3A01AA;
}
</style>