Shades of Persian Indigo #3A157D
Tints of Persian Indigo #3A157D
RGB
CMYK
RGB Variations
Color information
#3A157D (or 0x3A157D) is known color: Persian Indigo. HEX triplet: 3A, 15 and 7D. RGB value is (58,21,125). Sum of RGB (Red+Green+Blue) = 58+21+125=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A157D is #C5EA82. Grayscale: #2B2B2B. Windows color (decimal): -12970627 or 8197434. OLE color: 8197434.
HSL color Cylindrical-coordinate representation of color #3A157D: hue angle of 261.35º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A157D is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 21 | 125 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.51 |
| HSL | 261.35º | 0.71% | 0.29% | - |
| HSV(B) | 261.35º | 0.83% | 0.49% | - |
| XYZ | 5.71 | 2.92 | 19.66 | - |
| YUV | 43.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 125 | 0.54 | 0.83 | 0 | 0.51 | 261.35 | 0.71 | 0.29 |
| Hex | 3A | 15 | 7D | 36 | 53 | 0 | 33 | 105 | 47 | 1D |
| Octal | 72 | 25 | 175 | 66 | 123 | 0 | 63 | 405 | 107 | 35 |
| Binary | 111010 | 10101 | 1111101 | 110110 | 1010011 | 0 | 110011 | 100000101 | 1000111 | 11101 |
Color Harmonies of #3A157D
Complementary color
Monochromatic Colors of #3A157D
Black with #3A157D
Text Example
Text Example
White with #3A157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A157D; }
p { color: rgb(58,21,125); }
H1.HeaderClassName
{
color: #3A157D;
}
.AnyTagClassName
{
color: #3A157D;
}
</style>
background-color css
<style>
a { background-color: #3A157D; }
a { background-color: rgb(58,21,125); }
div.DivClassName
{
background-color: #3A157D;
}
.BgClassName
{
background-color: #3A157D;
}
</style>
border-color css
<style>
span { border-color: #3A157D; }
span { border-color: rgb(58,21,125); }
td.TdClassName
{
border-color: #3A157D;
}
.TagClassName
{
border-color: #3A157D;
}
</style>