Shades of Persian Indigo #3A147C
Tints of Persian Indigo #3A147C
RGB
CMYK
RGB Variations
Color information
#3A147C (or 0x3A147C) is known color: Persian Indigo. HEX triplet: 3A, 14 and 7C. RGB value is (58,20,124). Sum of RGB (Red+Green+Blue) = 58+20+124=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A147C is #C5EB83. Grayscale: #2A2A2A. Windows color (decimal): -12970884 or 8131642. OLE color: 8131642.
HSL color Cylindrical-coordinate representation of color #3A147C: hue angle of 261.92º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A147C is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 20 | 124 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.51 |
| HSL | 261.92º | 0.72% | 0.28% | - |
| HSV(B) | 261.92º | 0.84% | 0.49% | - |
| XYZ | 5.63 | 2.86 | 19.32 | - |
| YUV | 43.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 124 | 0.53 | 0.84 | 0 | 0.51 | 261.92 | 0.72 | 0.28 |
| Hex | 3A | 14 | 7C | 35 | 54 | 0 | 33 | 106 | 48 | 1C |
| Octal | 72 | 24 | 174 | 65 | 124 | 0 | 63 | 406 | 110 | 34 |
| Binary | 111010 | 10100 | 1111100 | 110101 | 1010100 | 0 | 110011 | 100000110 | 1001000 | 11100 |
Color Harmonies of #3A147C
Complementary color
Monochromatic Colors of #3A147C
Black with #3A147C
Text Example
Text Example
White with #3A147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A147C; }
p { color: rgb(58,20,124); }
H1.HeaderClassName
{
color: #3A147C;
}
.AnyTagClassName
{
color: #3A147C;
}
</style>
background-color css
<style>
a { background-color: #3A147C; }
a { background-color: rgb(58,20,124); }
div.DivClassName
{
background-color: #3A147C;
}
.BgClassName
{
background-color: #3A147C;
}
</style>
border-color css
<style>
span { border-color: #3A147C; }
span { border-color: rgb(58,20,124); }
td.TdClassName
{
border-color: #3A147C;
}
.TagClassName
{
border-color: #3A147C;
}
</style>