Shades of Indigo #3A0173
Tints of Indigo #3A0173
RGB
CMYK
RGB Variations
Color information
#3A0173 (or 0x3A0173) is known color: Indigo. HEX triplet: 3A, 01 and 73. RGB value is (58,1,115). Sum of RGB (Red+Green+Blue) = 58+1+115=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A0173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0173 is #C5FE8C. Grayscale: #1E1E1E. Windows color (decimal): -12975757 or 7536954. OLE color: 7536954.
HSL color Cylindrical-coordinate representation of color #3A0173: hue angle of 270º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0173 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 1 | 115 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.55 |
| HSL | 270º | 0.98% | 0.23% | - |
| HSV(B) | 270º | 0.99% | 0.45% | - |
| XYZ | 4.85 | 2.16 | 16.38 | - |
| YUV | 31.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 115 | 0.50 | 0.99 | 0 | 0.55 | 270 | 0.98 | 0.23 |
| Hex | 3A | 1 | 73 | 32 | 63 | 0 | 37 | 10E | 62 | 17 |
| Octal | 72 | 1 | 163 | 62 | 143 | 0 | 67 | 416 | 142 | 27 |
| Binary | 111010 | 1 | 1110011 | 110010 | 1100011 | 0 | 110111 | 100001110 | 1100010 | 10111 |
Color Harmonies of #3A0173
Complementary color
Monochromatic Colors of #3A0173
Black with #3A0173
Text Example
Text Example
White with #3A0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0173; }
p { color: rgb(58,1,115); }
H1.HeaderClassName
{
color: #3A0173;
}
.AnyTagClassName
{
color: #3A0173;
}
</style>
background-color css
<style>
a { background-color: #3A0173; }
a { background-color: rgb(58,1,115); }
div.DivClassName
{
background-color: #3A0173;
}
.BgClassName
{
background-color: #3A0173;
}
</style>
border-color css
<style>
span { border-color: #3A0173; }
span { border-color: rgb(58,1,115); }
td.TdClassName
{
border-color: #3A0173;
}
.TagClassName
{
border-color: #3A0173;
}
</style>