Shades of Indigo #3A0377
Tints of Indigo #3A0377
RGB
CMYK
RGB Variations
Color information
#3A0377 (or 0x3A0377) is known color: Indigo. HEX triplet: 3A, 03 and 77. RGB value is (58,3,119). Sum of RGB (Red+Green+Blue) = 58+3+119=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0377 is #C5FC88. Grayscale: #202020. Windows color (decimal): -12975241 or 7799610. OLE color: 7799610.
HSL color Cylindrical-coordinate representation of color #3A0377: hue angle of 268.45º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0377 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 3 | 119 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.53 |
| HSL | 268.45º | 0.95% | 0.24% | - |
| HSV(B) | 268.45º | 0.97% | 0.47% | - |
| XYZ | 5.11 | 2.3 | 17.63 | - |
| YUV | 32.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 119 | 0.51 | 0.97 | 0 | 0.53 | 268.45 | 0.95 | 0.24 |
| Hex | 3A | 3 | 77 | 33 | 61 | 0 | 35 | 10C | 5F | 18 |
| Octal | 72 | 3 | 167 | 63 | 141 | 0 | 65 | 414 | 137 | 30 |
| Binary | 111010 | 11 | 1110111 | 110011 | 1100001 | 0 | 110101 | 100001100 | 1011111 | 11000 |
Color Harmonies of #3A0377
Complementary color
Monochromatic Colors of #3A0377
Black with #3A0377
Text Example
Text Example
White with #3A0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0377; }
p { color: rgb(58,3,119); }
H1.HeaderClassName
{
color: #3A0377;
}
.AnyTagClassName
{
color: #3A0377;
}
</style>
background-color css
<style>
a { background-color: #3A0377; }
a { background-color: rgb(58,3,119); }
div.DivClassName
{
background-color: #3A0377;
}
.BgClassName
{
background-color: #3A0377;
}
</style>
border-color css
<style>
span { border-color: #3A0377; }
span { border-color: rgb(58,3,119); }
td.TdClassName
{
border-color: #3A0377;
}
.TagClassName
{
border-color: #3A0377;
}
</style>