Shades of Indigo #3A02AA
Tints of Indigo #3A02AA
RGB
CMYK
RGB Variations
Color information
#3A02AA (or 0x3A02AA) is known color: Indigo. HEX triplet: 3A, 02 and AA. RGB value is (58,2,170). Sum of RGB (Red+Green+Blue) = 58+2+170=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A02AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A02AA is #C5FD55. Grayscale: #252525. Windows color (decimal): -12975446 or 11141690. OLE color: 11141690.
HSL color Cylindrical-coordinate representation of color #3A02AA: hue angle of 260º degrees, saturation: 0.98, 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 #3A02AA is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 2 | 170 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.33 |
| HSL | 260º | 0.98% | 0.34% | - |
| HSV(B) | 260º | 0.99% | 0.67% | - |
| XYZ | 9.02 | 3.85 | 38.3 | - |
| YUV | 37.9 | 202.55 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 170 | 0.66 | 0.99 | 0 | 0.33 | 260 | 0.98 | 0.34 |
| Hex | 3A | 2 | AA | 42 | 63 | 0 | 21 | 104 | 62 | 22 |
| Octal | 72 | 2 | 252 | 102 | 143 | 0 | 41 | 404 | 142 | 42 |
| Binary | 111010 | 10 | 10101010 | 1000010 | 1100011 | 0 | 100001 | 100000100 | 1100010 | 100010 |
Color Harmonies of #3A02AA
Complementary color
Monochromatic Colors of #3A02AA
Black with #3A02AA
Text Example
Text Example
White with #3A02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A02AA; }
p { color: rgb(58,2,170); }
H1.HeaderClassName
{
color: #3A02AA;
}
.AnyTagClassName
{
color: #3A02AA;
}
</style>
background-color css
<style>
a { background-color: #3A02AA; }
a { background-color: rgb(58,2,170); }
div.DivClassName
{
background-color: #3A02AA;
}
.BgClassName
{
background-color: #3A02AA;
}
</style>
border-color css
<style>
span { border-color: #3A02AA; }
span { border-color: rgb(58,2,170); }
td.TdClassName
{
border-color: #3A02AA;
}
.TagClassName
{
border-color: #3A02AA;
}
</style>