Shades of Persian Indigo #3A187D
Tints of Persian Indigo #3A187D
RGB
CMYK
RGB Variations
Color information
#3A187D (or 0x3A187D) is known color: Persian Indigo. HEX triplet: 3A, 18 and 7D. RGB value is (58,24,125). Sum of RGB (Red+Green+Blue) = 58+24+125=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A187D is #C5E782. Grayscale: #2D2D2D. Windows color (decimal): -12969859 or 8198202. OLE color: 8198202.
HSL color Cylindrical-coordinate representation of color #3A187D: hue angle of 260.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A187D is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 24 | 125 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.51 |
| HSL | 260.2º | 0.68% | 0.29% | - |
| HSV(B) | 260.2º | 0.81% | 0.49% | - |
| XYZ | 5.77 | 3.03 | 19.68 | - |
| YUV | 45.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 125 | 0.54 | 0.81 | 0 | 0.51 | 260.2 | 0.68 | 0.29 |
| Hex | 3A | 18 | 7D | 36 | 51 | 0 | 33 | 104 | 44 | 1D |
| Octal | 72 | 30 | 175 | 66 | 121 | 0 | 63 | 404 | 104 | 35 |
| Binary | 111010 | 11000 | 1111101 | 110110 | 1010001 | 0 | 110011 | 100000100 | 1000100 | 11101 |
Color Harmonies of #3A187D
Complementary color
Monochromatic Colors of #3A187D
Black with #3A187D
Text Example
Text Example
White with #3A187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A187D; }
p { color: rgb(58,24,125); }
H1.HeaderClassName
{
color: #3A187D;
}
.AnyTagClassName
{
color: #3A187D;
}
</style>
background-color css
<style>
a { background-color: #3A187D; }
a { background-color: rgb(58,24,125); }
div.DivClassName
{
background-color: #3A187D;
}
.BgClassName
{
background-color: #3A187D;
}
</style>
border-color css
<style>
span { border-color: #3A187D; }
span { border-color: rgb(58,24,125); }
td.TdClassName
{
border-color: #3A187D;
}
.TagClassName
{
border-color: #3A187D;
}
</style>