Shades of Persian Indigo #3A129B
Tints of Persian Indigo #3A129B
RGB
CMYK
RGB Variations
Color information
#3A129B (or 0x3A129B) is known color: Persian Indigo. HEX triplet: 3A, 12 and 9B. RGB value is (58,18,155). Sum of RGB (Red+Green+Blue) = 58+18+155=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A129B is #C5ED64. Grayscale: #2D2D2D. Windows color (decimal): -12971365 or 10162746. OLE color: 10162746.
HSL color Cylindrical-coordinate representation of color #3A129B: hue angle of 257.52º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A129B is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 18 | 155 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.39 |
| HSL | 257.52º | 0.79% | 0.34% | - |
| HSV(B) | 257.52º | 0.88% | 0.61% | - |
| XYZ | 7.88 | 3.7 | 31.31 | - |
| YUV | 45.58 | 189.75 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 155 | 0.63 | 0.88 | 0 | 0.39 | 257.52 | 0.79 | 0.34 |
| Hex | 3A | 12 | 9B | 3F | 58 | 0 | 27 | 102 | 4F | 22 |
| Octal | 72 | 22 | 233 | 77 | 130 | 0 | 47 | 402 | 117 | 42 |
| Binary | 111010 | 10010 | 10011011 | 111111 | 1011000 | 0 | 100111 | 100000010 | 1001111 | 100010 |
Color Harmonies of #3A129B
Complementary color
Monochromatic Colors of #3A129B
Black with #3A129B
Text Example
Text Example
White with #3A129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A129B; }
p { color: rgb(58,18,155); }
H1.HeaderClassName
{
color: #3A129B;
}
.AnyTagClassName
{
color: #3A129B;
}
</style>
background-color css
<style>
a { background-color: #3A129B; }
a { background-color: rgb(58,18,155); }
div.DivClassName
{
background-color: #3A129B;
}
.BgClassName
{
background-color: #3A129B;
}
</style>
border-color css
<style>
span { border-color: #3A129B; }
span { border-color: rgb(58,18,155); }
td.TdClassName
{
border-color: #3A129B;
}
.TagClassName
{
border-color: #3A129B;
}
</style>