Shades of Indigo #3A037A
Tints of Indigo #3A037A
RGB
CMYK
RGB Variations
Color information
#3A037A (or 0x3A037A) is known color: Indigo. HEX triplet: 3A, 03 and 7A. RGB value is (58,3,122). Sum of RGB (Red+Green+Blue) = 58+3+122=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A037A is #C5FC85. Grayscale: #202020. Windows color (decimal): -12975238 or 7996218. OLE color: 7996218.
HSL color Cylindrical-coordinate representation of color #3A037A: hue angle of 267.73º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A037A is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 3 | 122 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.52 |
| HSL | 267.73º | 0.95% | 0.25% | - |
| HSV(B) | 267.73º | 0.98% | 0.48% | - |
| XYZ | 5.29 | 2.37 | 18.59 | - |
| YUV | 33.01 | 178.22 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 122 | 0.52 | 0.98 | 0 | 0.52 | 267.73 | 0.95 | 0.25 |
| Hex | 3A | 3 | 7A | 34 | 62 | 0 | 34 | 10C | 5F | 19 |
| Octal | 72 | 3 | 172 | 64 | 142 | 0 | 64 | 414 | 137 | 31 |
| Binary | 111010 | 11 | 1111010 | 110100 | 1100010 | 0 | 110100 | 100001100 | 1011111 | 11001 |
Color Harmonies of #3A037A
Complementary color
Monochromatic Colors of #3A037A
Black with #3A037A
Text Example
Text Example
White with #3A037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A037A; }
p { color: rgb(58,3,122); }
H1.HeaderClassName
{
color: #3A037A;
}
.AnyTagClassName
{
color: #3A037A;
}
</style>
background-color css
<style>
a { background-color: #3A037A; }
a { background-color: rgb(58,3,122); }
div.DivClassName
{
background-color: #3A037A;
}
.BgClassName
{
background-color: #3A037A;
}
</style>
border-color css
<style>
span { border-color: #3A037A; }
span { border-color: rgb(58,3,122); }
td.TdClassName
{
border-color: #3A037A;
}
.TagClassName
{
border-color: #3A037A;
}
</style>