Shades of Persian Indigo #3A1588
Tints of Persian Indigo #3A1588
RGB
CMYK
RGB Variations
Color information
#3A1588 (or 0x3A1588) is known color: Persian Indigo. HEX triplet: 3A, 15 and 88. RGB value is (58,21,136). Sum of RGB (Red+Green+Blue) = 58+21+136=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A1588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1588 is #C5EA77. Grayscale: #2C2C2C. Windows color (decimal): -12970616 or 8918330. OLE color: 8918330.
HSL color Cylindrical-coordinate representation of color #3A1588: hue angle of 259.3º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1588 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 21 | 136 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.47 |
| HSL | 259.3º | 0.73% | 0.31% | - |
| HSV(B) | 259.3º | 0.85% | 0.53% | - |
| XYZ | 6.46 | 3.21 | 23.57 | - |
| YUV | 45.17 | 179.26 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 136 | 0.57 | 0.85 | 0 | 0.47 | 259.3 | 0.73 | 0.31 |
| Hex | 3A | 15 | 88 | 39 | 55 | 0 | 2F | 103 | 49 | 1F |
| Octal | 72 | 25 | 210 | 71 | 125 | 0 | 57 | 403 | 111 | 37 |
| Binary | 111010 | 10101 | 10001000 | 111001 | 1010101 | 0 | 101111 | 100000011 | 1001001 | 11111 |
Color Harmonies of #3A1588
Complementary color
Monochromatic Colors of #3A1588
Black with #3A1588
Text Example
Text Example
White with #3A1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1588; }
p { color: rgb(58,21,136); }
H1.HeaderClassName
{
color: #3A1588;
}
.AnyTagClassName
{
color: #3A1588;
}
</style>
background-color css
<style>
a { background-color: #3A1588; }
a { background-color: rgb(58,21,136); }
div.DivClassName
{
background-color: #3A1588;
}
.BgClassName
{
background-color: #3A1588;
}
</style>
border-color css
<style>
span { border-color: #3A1588; }
span { border-color: rgb(58,21,136); }
td.TdClassName
{
border-color: #3A1588;
}
.TagClassName
{
border-color: #3A1588;
}
</style>