Shades of Persian Indigo #3A119D
Tints of Persian Indigo #3A119D
RGB
CMYK
RGB Variations
Color information
#3A119D (or 0x3A119D) is known color: Persian Indigo. HEX triplet: 3A, 11 and 9D. RGB value is (58,17,157). Sum of RGB (Red+Green+Blue) = 58+17+157=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A119D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A119D is #C5EE62. Grayscale: #2C2C2C. Windows color (decimal): -12971619 or 10293562. OLE color: 10293562.
HSL color Cylindrical-coordinate representation of color #3A119D: hue angle of 257.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A119D is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 17 | 157 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.38 |
| HSL | 257.57º | 0.8% | 0.34% | - |
| HSV(B) | 257.57º | 0.89% | 0.62% | - |
| XYZ | 8.03 | 3.73 | 32.2 | - |
| YUV | 45.22 | 191.08 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 157 | 0.63 | 0.89 | 0 | 0.38 | 257.57 | 0.8 | 0.34 |
| Hex | 3A | 11 | 9D | 3F | 59 | 0 | 26 | 102 | 50 | 22 |
| Octal | 72 | 21 | 235 | 77 | 131 | 0 | 46 | 402 | 120 | 42 |
| Binary | 111010 | 10001 | 10011101 | 111111 | 1011001 | 0 | 100110 | 100000010 | 1010000 | 100010 |
Color Harmonies of #3A119D
Complementary color
Monochromatic Colors of #3A119D
Black with #3A119D
Text Example
Text Example
White with #3A119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A119D; }
p { color: rgb(58,17,157); }
H1.HeaderClassName
{
color: #3A119D;
}
.AnyTagClassName
{
color: #3A119D;
}
</style>
background-color css
<style>
a { background-color: #3A119D; }
a { background-color: rgb(58,17,157); }
div.DivClassName
{
background-color: #3A119D;
}
.BgClassName
{
background-color: #3A119D;
}
</style>
border-color css
<style>
span { border-color: #3A119D; }
span { border-color: rgb(58,17,157); }
td.TdClassName
{
border-color: #3A119D;
}
.TagClassName
{
border-color: #3A119D;
}
</style>