Shades of Indigo #3A039D
Tints of Indigo #3A039D
RGB
CMYK
RGB Variations
Color information
#3A039D (or 0x3A039D) is known color: Indigo. HEX triplet: 3A, 03 and 9D. RGB value is (58,3,157). Sum of RGB (Red+Green+Blue) = 58+3+157=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A039D is #C5FC62. Grayscale: #242424. Windows color (decimal): -12975203 or 10289978. OLE color: 10289978.
HSL color Cylindrical-coordinate representation of color #3A039D: hue angle of 261.43º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A039D is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 3 | 157 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.38 |
| HSL | 261.43º | 0.96% | 0.31% | - |
| HSV(B) | 261.43º | 0.98% | 0.62% | - |
| XYZ | 7.86 | 3.4 | 32.14 | - |
| YUV | 37 | 195.72 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 157 | 0.63 | 0.98 | 0 | 0.38 | 261.43 | 0.96 | 0.31 |
| Hex | 3A | 3 | 9D | 3F | 62 | 0 | 26 | 105 | 60 | 1F |
| Octal | 72 | 3 | 235 | 77 | 142 | 0 | 46 | 405 | 140 | 37 |
| Binary | 111010 | 11 | 10011101 | 111111 | 1100010 | 0 | 100110 | 100000101 | 1100000 | 11111 |
Color Harmonies of #3A039D
Complementary color
Monochromatic Colors of #3A039D
Black with #3A039D
Text Example
Text Example
White with #3A039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A039D; }
p { color: rgb(58,3,157); }
H1.HeaderClassName
{
color: #3A039D;
}
.AnyTagClassName
{
color: #3A039D;
}
</style>
background-color css
<style>
a { background-color: #3A039D; }
a { background-color: rgb(58,3,157); }
div.DivClassName
{
background-color: #3A039D;
}
.BgClassName
{
background-color: #3A039D;
}
</style>
border-color css
<style>
span { border-color: #3A039D; }
span { border-color: rgb(58,3,157); }
td.TdClassName
{
border-color: #3A039D;
}
.TagClassName
{
border-color: #3A039D;
}
</style>