Shades of Indigo #3A017D
Tints of Indigo #3A017D
RGB
CMYK
RGB Variations
Color information
#3A017D (or 0x3A017D) is known color: Indigo. HEX triplet: 3A, 01 and 7D. RGB value is (58,1,125). Sum of RGB (Red+Green+Blue) = 58+1+125=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A017D is #C5FE82. Grayscale: #1F1F1F. Windows color (decimal): -12975747 or 8192314. OLE color: 8192314.
HSL color Cylindrical-coordinate representation of color #3A017D: hue angle of 267.58º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A017D is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 1 | 125 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.51 |
| HSL | 267.58º | 0.98% | 0.25% | - |
| HSV(B) | 267.58º | 0.99% | 0.49% | - |
| XYZ | 5.46 | 2.4 | 19.58 | - |
| YUV | 32.18 | 180.38 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 125 | 0.54 | 0.99 | 0 | 0.51 | 267.58 | 0.98 | 0.25 |
| Hex | 3A | 1 | 7D | 36 | 63 | 0 | 33 | 10C | 62 | 19 |
| Octal | 72 | 1 | 175 | 66 | 143 | 0 | 63 | 414 | 142 | 31 |
| Binary | 111010 | 1 | 1111101 | 110110 | 1100011 | 0 | 110011 | 100001100 | 1100010 | 11001 |
Color Harmonies of #3A017D
Complementary color
Monochromatic Colors of #3A017D
Black with #3A017D
Text Example
Text Example
White with #3A017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A017D; }
p { color: rgb(58,1,125); }
H1.HeaderClassName
{
color: #3A017D;
}
.AnyTagClassName
{
color: #3A017D;
}
</style>
background-color css
<style>
a { background-color: #3A017D; }
a { background-color: rgb(58,1,125); }
div.DivClassName
{
background-color: #3A017D;
}
.BgClassName
{
background-color: #3A017D;
}
</style>
border-color css
<style>
span { border-color: #3A017D; }
span { border-color: rgb(58,1,125); }
td.TdClassName
{
border-color: #3A017D;
}
.TagClassName
{
border-color: #3A017D;
}
</style>