Shades of Persian Indigo #3A137E
Tints of Persian Indigo #3A137E
RGB
CMYK
RGB Variations
Color information
#3A137E (or 0x3A137E) is known color: Persian Indigo. HEX triplet: 3A, 13 and 7E. RGB value is (58,19,126). Sum of RGB (Red+Green+Blue) = 58+19+126=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A137E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A137E is #C5EC81. Grayscale: #2A2A2A. Windows color (decimal): -12971138 or 8262458. OLE color: 8262458.
HSL color Cylindrical-coordinate representation of color #3A137E: hue angle of 261.87º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A137E is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 19 | 126 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.51 |
| HSL | 261.87º | 0.74% | 0.28% | - |
| HSV(B) | 261.87º | 0.85% | 0.49% | - |
| XYZ | 5.74 | 2.87 | 19.99 | - |
| YUV | 42.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 126 | 0.54 | 0.85 | 0 | 0.51 | 261.87 | 0.74 | 0.28 |
| Hex | 3A | 13 | 7E | 36 | 55 | 0 | 33 | 106 | 4A | 1C |
| Octal | 72 | 23 | 176 | 66 | 125 | 0 | 63 | 406 | 112 | 34 |
| Binary | 111010 | 10011 | 1111110 | 110110 | 1010101 | 0 | 110011 | 100000110 | 1001010 | 11100 |
Color Harmonies of #3A137E
Complementary color
Monochromatic Colors of #3A137E
Black with #3A137E
Text Example
Text Example
White with #3A137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A137E; }
p { color: rgb(58,19,126); }
H1.HeaderClassName
{
color: #3A137E;
}
.AnyTagClassName
{
color: #3A137E;
}
</style>
background-color css
<style>
a { background-color: #3A137E; }
a { background-color: rgb(58,19,126); }
div.DivClassName
{
background-color: #3A137E;
}
.BgClassName
{
background-color: #3A137E;
}
</style>
border-color css
<style>
span { border-color: #3A137E; }
span { border-color: rgb(58,19,126); }
td.TdClassName
{
border-color: #3A137E;
}
.TagClassName
{
border-color: #3A137E;
}
</style>