Shades of Persian Indigo #3A159B
Tints of Persian Indigo #3A159B
RGB
CMYK
RGB Variations
Color information
#3A159B (or 0x3A159B) is known color: Persian Indigo. HEX triplet: 3A, 15 and 9B. RGB value is (58,21,155). Sum of RGB (Red+Green+Blue) = 58+21+155=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A159B is #C5EA64. Grayscale: #2E2E2E. Windows color (decimal): -12970597 or 10163514. OLE color: 10163514.
HSL color Cylindrical-coordinate representation of color #3A159B: hue angle of 256.57º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A159B is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 21 | 155 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.39 |
| HSL | 256.57º | 0.76% | 0.35% | - |
| HSV(B) | 256.57º | 0.86% | 0.61% | - |
| XYZ | 7.93 | 3.8 | 31.33 | - |
| YUV | 47.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 155 | 0.63 | 0.86 | 0 | 0.39 | 256.57 | 0.76 | 0.35 |
| Hex | 3A | 15 | 9B | 3F | 56 | 0 | 27 | 101 | 4C | 23 |
| Octal | 72 | 25 | 233 | 77 | 126 | 0 | 47 | 401 | 114 | 43 |
| Binary | 111010 | 10101 | 10011011 | 111111 | 1010110 | 0 | 100111 | 100000001 | 1001100 | 100011 |
Color Harmonies of #3A159B
Complementary color
Monochromatic Colors of #3A159B
Black with #3A159B
Text Example
Text Example
White with #3A159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A159B; }
p { color: rgb(58,21,155); }
H1.HeaderClassName
{
color: #3A159B;
}
.AnyTagClassName
{
color: #3A159B;
}
</style>
background-color css
<style>
a { background-color: #3A159B; }
a { background-color: rgb(58,21,155); }
div.DivClassName
{
background-color: #3A159B;
}
.BgClassName
{
background-color: #3A159B;
}
</style>
border-color css
<style>
span { border-color: #3A159B; }
span { border-color: rgb(58,21,155); }
td.TdClassName
{
border-color: #3A159B;
}
.TagClassName
{
border-color: #3A159B;
}
</style>