Shades of Persian Indigo #3A198B
Tints of Persian Indigo #3A198B
RGB
CMYK
RGB Variations
Color information
#3A198B (or 0x3A198B) is known color: Persian Indigo. HEX triplet: 3A, 19 and 8B. RGB value is (58,25,139). Sum of RGB (Red+Green+Blue) = 58+25+139=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A198B is #C5E674. Grayscale: #2F2F2F. Windows color (decimal): -12969589 or 9115962. OLE color: 9115962.
HSL color Cylindrical-coordinate representation of color #3A198B: hue angle of 257.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A198B is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 25 | 139 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.45 |
| HSL | 257.37º | 0.7% | 0.32% | - |
| HSV(B) | 257.37º | 0.82% | 0.55% | - |
| XYZ | 6.75 | 3.46 | 24.74 | - |
| YUV | 47.86 | 179.43 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 139 | 0.58 | 0.82 | 0 | 0.45 | 257.37 | 0.7 | 0.32 |
| Hex | 3A | 19 | 8B | 3A | 52 | 0 | 2D | 101 | 46 | 20 |
| Octal | 72 | 31 | 213 | 72 | 122 | 0 | 55 | 401 | 106 | 40 |
| Binary | 111010 | 11001 | 10001011 | 111010 | 1010010 | 0 | 101101 | 100000001 | 1000110 | 100000 |
Color Harmonies of #3A198B
Complementary color
Monochromatic Colors of #3A198B
Black with #3A198B
Text Example
Text Example
White with #3A198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A198B; }
p { color: rgb(58,25,139); }
H1.HeaderClassName
{
color: #3A198B;
}
.AnyTagClassName
{
color: #3A198B;
}
</style>
background-color css
<style>
a { background-color: #3A198B; }
a { background-color: rgb(58,25,139); }
div.DivClassName
{
background-color: #3A198B;
}
.BgClassName
{
background-color: #3A198B;
}
</style>
border-color css
<style>
span { border-color: #3A198B; }
span { border-color: rgb(58,25,139); }
td.TdClassName
{
border-color: #3A198B;
}
.TagClassName
{
border-color: #3A198B;
}
</style>