Shades of Indigo #3A037C
Tints of Indigo #3A037C
RGB
CMYK
RGB Variations
Color information
#3A037C (or 0x3A037C) is known color: Indigo. HEX triplet: 3A, 03 and 7C. RGB value is (58,3,124). Sum of RGB (Red+Green+Blue) = 58+3+124=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A037C is #C5FC83. Grayscale: #202020. Windows color (decimal): -12975236 or 8127290. OLE color: 8127290.
HSL color Cylindrical-coordinate representation of color #3A037C: hue angle of 267.27º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A037C is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 3 | 124 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.51 |
| HSL | 267.27º | 0.95% | 0.25% | - |
| HSV(B) | 267.27º | 0.98% | 0.49% | - |
| XYZ | 5.42 | 2.42 | 19.25 | - |
| YUV | 33.24 | 179.22 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 124 | 0.53 | 0.98 | 0 | 0.51 | 267.27 | 0.95 | 0.25 |
| Hex | 3A | 3 | 7C | 35 | 62 | 0 | 33 | 10B | 5F | 19 |
| Octal | 72 | 3 | 174 | 65 | 142 | 0 | 63 | 413 | 137 | 31 |
| Binary | 111010 | 11 | 1111100 | 110101 | 1100010 | 0 | 110011 | 100001011 | 1011111 | 11001 |
Color Harmonies of #3A037C
Complementary color
Monochromatic Colors of #3A037C
Black with #3A037C
Text Example
Text Example
White with #3A037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A037C; }
p { color: rgb(58,3,124); }
H1.HeaderClassName
{
color: #3A037C;
}
.AnyTagClassName
{
color: #3A037C;
}
</style>
background-color css
<style>
a { background-color: #3A037C; }
a { background-color: rgb(58,3,124); }
div.DivClassName
{
background-color: #3A037C;
}
.BgClassName
{
background-color: #3A037C;
}
</style>
border-color css
<style>
span { border-color: #3A037C; }
span { border-color: rgb(58,3,124); }
td.TdClassName
{
border-color: #3A037C;
}
.TagClassName
{
border-color: #3A037C;
}
</style>