Shades of Persian Indigo #3A189A
Tints of Persian Indigo #3A189A
RGB
CMYK
RGB Variations
Color information
#3A189A (or 0x3A189A) is known color: Persian Indigo. HEX triplet: 3A, 18 and 9A. RGB value is (58,24,154). Sum of RGB (Red+Green+Blue) = 58+24+154=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A189A is #C5E765. Grayscale: #303030. Windows color (decimal): -12969830 or 10098746. OLE color: 10098746.
HSL color Cylindrical-coordinate representation of color #3A189A: hue angle of 255.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A189A is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 24 | 154 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.40 |
| HSL | 255.69º | 0.73% | 0.35% | - |
| HSV(B) | 255.69º | 0.84% | 0.6% | - |
| XYZ | 7.9 | 3.89 | 30.91 | - |
| YUV | 48.99 | 187.26 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 154 | 0.62 | 0.84 | 0 | 0.40 | 255.69 | 0.73 | 0.35 |
| Hex | 3A | 18 | 9A | 3E | 54 | 0 | 28 | 100 | 49 | 23 |
| Octal | 72 | 30 | 232 | 76 | 124 | 0 | 50 | 400 | 111 | 43 |
| Binary | 111010 | 11000 | 10011010 | 111110 | 1010100 | 0 | 101000 | 100000000 | 1001001 | 100011 |
Color Harmonies of #3A189A
Complementary color
Monochromatic Colors of #3A189A
Black with #3A189A
Text Example
Text Example
White with #3A189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A189A; }
p { color: rgb(58,24,154); }
H1.HeaderClassName
{
color: #3A189A;
}
.AnyTagClassName
{
color: #3A189A;
}
</style>
background-color css
<style>
a { background-color: #3A189A; }
a { background-color: rgb(58,24,154); }
div.DivClassName
{
background-color: #3A189A;
}
.BgClassName
{
background-color: #3A189A;
}
</style>
border-color css
<style>
span { border-color: #3A189A; }
span { border-color: rgb(58,24,154); }
td.TdClassName
{
border-color: #3A189A;
}
.TagClassName
{
border-color: #3A189A;
}
</style>