Shades of Persian Indigo #3A1B86
Tints of Persian Indigo #3A1B86
RGB
CMYK
RGB Variations
Color information
#3A1B86 (or 0x3A1B86) is known color: Persian Indigo. HEX triplet: 3A, 1B and 86. RGB value is (58,27,134). Sum of RGB (Red+Green+Blue) = 58+27+134=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A1B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1B86 is #C5E479. Grayscale: #303030. Windows color (decimal): -12969082 or 8788794. OLE color: 8788794.
HSL color Cylindrical-coordinate representation of color #3A1B86: hue angle of 257.38º degrees, saturation: 0.66, 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 #3A1B86 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 27 | 134 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.47 |
| HSL | 257.38º | 0.66% | 0.32% | - |
| HSV(B) | 257.38º | 0.8% | 0.53% | - |
| XYZ | 6.44 | 3.4 | 22.87 | - |
| YUV | 48.47 | 176.27 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 134 | 0.57 | 0.80 | 0 | 0.47 | 257.38 | 0.66 | 0.32 |
| Hex | 3A | 1B | 86 | 39 | 50 | 0 | 2F | 101 | 42 | 20 |
| Octal | 72 | 33 | 206 | 71 | 120 | 0 | 57 | 401 | 102 | 40 |
| Binary | 111010 | 11011 | 10000110 | 111001 | 1010000 | 0 | 101111 | 100000001 | 1000010 | 100000 |
Color Harmonies of #3A1B86
Complementary color
Monochromatic Colors of #3A1B86
Black with #3A1B86
Text Example
Text Example
White with #3A1B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1B86; }
p { color: rgb(58,27,134); }
H1.HeaderClassName
{
color: #3A1B86;
}
.AnyTagClassName
{
color: #3A1B86;
}
</style>
background-color css
<style>
a { background-color: #3A1B86; }
a { background-color: rgb(58,27,134); }
div.DivClassName
{
background-color: #3A1B86;
}
.BgClassName
{
background-color: #3A1B86;
}
</style>
border-color css
<style>
span { border-color: #3A1B86; }
span { border-color: rgb(58,27,134); }
td.TdClassName
{
border-color: #3A1B86;
}
.TagClassName
{
border-color: #3A1B86;
}
</style>