Shades of Persian Indigo #3A1A87
Tints of Persian Indigo #3A1A87
RGB
CMYK
RGB Variations
Color information
#3A1A87 (or 0x3A1A87) is known color: Persian Indigo. HEX triplet: 3A, 1A and 87. RGB value is (58,26,135). Sum of RGB (Red+Green+Blue) = 58+26+135=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A1A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1A87 is #C5E578. Grayscale: #2F2F2F. Windows color (decimal): -12969337 or 8854074. OLE color: 8854074.
HSL color Cylindrical-coordinate representation of color #3A1A87: hue angle of 257.61º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1A87 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 26 | 135 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.47 |
| HSL | 257.61º | 0.68% | 0.32% | - |
| HSV(B) | 257.61º | 0.81% | 0.53% | - |
| XYZ | 6.49 | 3.39 | 23.23 | - |
| YUV | 47.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 135 | 0.57 | 0.81 | 0 | 0.47 | 257.61 | 0.68 | 0.32 |
| Hex | 3A | 1A | 87 | 39 | 51 | 0 | 2F | 102 | 44 | 20 |
| Octal | 72 | 32 | 207 | 71 | 121 | 0 | 57 | 402 | 104 | 40 |
| Binary | 111010 | 11010 | 10000111 | 111001 | 1010001 | 0 | 101111 | 100000010 | 1000100 | 100000 |
Color Harmonies of #3A1A87
Complementary color
Monochromatic Colors of #3A1A87
Black with #3A1A87
Text Example
Text Example
White with #3A1A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A87; }
p { color: rgb(58,26,135); }
H1.HeaderClassName
{
color: #3A1A87;
}
.AnyTagClassName
{
color: #3A1A87;
}
</style>
background-color css
<style>
a { background-color: #3A1A87; }
a { background-color: rgb(58,26,135); }
div.DivClassName
{
background-color: #3A1A87;
}
.BgClassName
{
background-color: #3A1A87;
}
</style>
border-color css
<style>
span { border-color: #3A1A87; }
span { border-color: rgb(58,26,135); }
td.TdClassName
{
border-color: #3A1A87;
}
.TagClassName
{
border-color: #3A1A87;
}
</style>