Shades of Persian Indigo #3A1B87
Tints of Persian Indigo #3A1B87
RGB
CMYK
RGB Variations
Color information
#3A1B87 (or 0x3A1B87) is known color: Persian Indigo. HEX triplet: 3A, 1B and 87. RGB value is (58,27,135). Sum of RGB (Red+Green+Blue) = 58+27+135=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A1B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1B87 is #C5E478. Grayscale: #303030. Windows color (decimal): -12969081 or 8854330. OLE color: 8854330.
HSL color Cylindrical-coordinate representation of color #3A1B87: hue angle of 257.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A1B87 is Cyan = 0.57, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 27 | 135 | - |
| CMYK | 0.57 | 0.8 | 0 | 0.47 |
| HSL | 257.22º | 0.67% | 0.32% | - |
| HSV(B) | 257.22º | 0.8% | 0.53% | - |
| XYZ | 6.51 | 3.43 | 23.24 | - |
| YUV | 48.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 135 | 0.57 | 0.8 | 0 | 0.47 | 257.22 | 0.67 | 0.32 |
| Hex | 3A | 1B | 87 | 39 | 50 | 0 | 2F | 101 | 43 | 20 |
| Octal | 72 | 33 | 207 | 71 | 120 | 0 | 57 | 401 | 103 | 40 |
| Binary | 111010 | 11011 | 10000111 | 111001 | 1010000 | 0 | 101111 | 100000001 | 1000011 | 100000 |
Color Harmonies of #3A1B87
Complementary color
Monochromatic Colors of #3A1B87
Black with #3A1B87
Text Example
Text Example
White with #3A1B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B87; }
p { color: rgb(58,27,135); }
H1.HeaderClassName
{
color: #3A1B87;
}
.AnyTagClassName
{
color: #3A1B87;
}
</style>
background-color css
<style>
a { background-color: #3A1B87; }
a { background-color: rgb(58,27,135); }
div.DivClassName
{
background-color: #3A1B87;
}
.BgClassName
{
background-color: #3A1B87;
}
</style>
border-color css
<style>
span { border-color: #3A1B87; }
span { border-color: rgb(58,27,135); }
td.TdClassName
{
border-color: #3A1B87;
}
.TagClassName
{
border-color: #3A1B87;
}
</style>