Shades of Indigo #3A039A
Tints of Indigo #3A039A
RGB
CMYK
RGB Variations
Color information
#3A039A (or 0x3A039A) is known color: Indigo. HEX triplet: 3A, 03 and 9A. RGB value is (58,3,154). Sum of RGB (Red+Green+Blue) = 58+3+154=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A039A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A039A is #C5FC65. Grayscale: #242424. Windows color (decimal): -12975206 or 10093370. OLE color: 10093370.
HSL color Cylindrical-coordinate representation of color #3A039A: hue angle of 261.85º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A039A is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 3 | 154 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.40 |
| HSL | 261.85º | 0.96% | 0.31% | - |
| HSV(B) | 261.85º | 0.98% | 0.6% | - |
| XYZ | 7.61 | 3.3 | 30.81 | - |
| YUV | 36.66 | 194.22 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 154 | 0.62 | 0.98 | 0 | 0.40 | 261.85 | 0.96 | 0.31 |
| Hex | 3A | 3 | 9A | 3E | 62 | 0 | 28 | 106 | 60 | 1F |
| Octal | 72 | 3 | 232 | 76 | 142 | 0 | 50 | 406 | 140 | 37 |
| Binary | 111010 | 11 | 10011010 | 111110 | 1100010 | 0 | 101000 | 100000110 | 1100000 | 11111 |
Color Harmonies of #3A039A
Complementary color
Monochromatic Colors of #3A039A
Black with #3A039A
Text Example
Text Example
White with #3A039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A039A; }
p { color: rgb(58,3,154); }
H1.HeaderClassName
{
color: #3A039A;
}
.AnyTagClassName
{
color: #3A039A;
}
</style>
background-color css
<style>
a { background-color: #3A039A; }
a { background-color: rgb(58,3,154); }
div.DivClassName
{
background-color: #3A039A;
}
.BgClassName
{
background-color: #3A039A;
}
</style>
border-color css
<style>
span { border-color: #3A039A; }
span { border-color: rgb(58,3,154); }
td.TdClassName
{
border-color: #3A039A;
}
.TagClassName
{
border-color: #3A039A;
}
</style>