Shades of Indigo #3A00AE
Tints of Indigo #3A00AE
RGB
CMYK
RGB Variations
Color information
#3A00AE (or 0x3A00AE) is known color: Indigo. HEX triplet: 3A, 00 and AE. RGB value is (58,0,174). Sum of RGB (Red+Green+Blue) = 58+0+174=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 174 (68.36% from 255 or 75% from 232); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A00AE is #C5FF51. Grayscale: #242424. Windows color (decimal): -12975954 or 11403322. OLE color: 11403322.
HSL color Cylindrical-coordinate representation of color #3A00AE: hue angle of 260º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00AE is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 0 | 174 | - |
| CMYK | 0.67 | 1 | 0 | 0.32 |
| HSL | 260º | 1% | 0.34% | - |
| HSV(B) | 260º | 1% | 0.68% | - |
| XYZ | 9.38 | 3.96 | 40.31 | - |
| YUV | 37.18 | 205.22 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 174 | 0.67 | 1 | 0 | 0.32 | 260 | 1 | 0.34 |
| Hex | 3A | 0 | AE | 43 | 64 | 0 | 20 | 104 | 64 | 22 |
| Octal | 72 | 0 | 256 | 103 | 144 | 0 | 40 | 404 | 144 | 42 |
| Binary | 111010 | 0 | 10101110 | 1000011 | 1100100 | 0 | 100000 | 100000100 | 1100100 | 100010 |
Color Harmonies of #3A00AE
Complementary color
Monochromatic Colors of #3A00AE
Black with #3A00AE
Text Example
Text Example
White with #3A00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00AE; }
p { color: rgb(58,0,174); }
H1.HeaderClassName
{
color: #3A00AE;
}
.AnyTagClassName
{
color: #3A00AE;
}
</style>
background-color css
<style>
a { background-color: #3A00AE; }
a { background-color: rgb(58,0,174); }
div.DivClassName
{
background-color: #3A00AE;
}
.BgClassName
{
background-color: #3A00AE;
}
</style>
border-color css
<style>
span { border-color: #3A00AE; }
span { border-color: rgb(58,0,174); }
td.TdClassName
{
border-color: #3A00AE;
}
.TagClassName
{
border-color: #3A00AE;
}
</style>