Shades of Persian Indigo #3A1D87
Tints of Persian Indigo #3A1D87
RGB
CMYK
RGB Variations
Color information
#3A1D87 (or 0x3A1D87) is known color: Persian Indigo. HEX triplet: 3A, 1D and 87. RGB value is (58,29,135). Sum of RGB (Red+Green+Blue) = 58+29+135=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A1D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1D87 is #C5E278. Grayscale: #313131. Windows color (decimal): -12968569 or 8854842. OLE color: 8854842.
HSL color Cylindrical-coordinate representation of color #3A1D87: hue angle of 256.42º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A1D87 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 29 | 135 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.47 |
| HSL | 256.42º | 0.65% | 0.32% | - |
| HSV(B) | 256.42º | 0.79% | 0.53% | - |
| XYZ | 6.56 | 3.53 | 23.26 | - |
| YUV | 49.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 135 | 0.57 | 0.79 | 0 | 0.47 | 256.42 | 0.65 | 0.32 |
| Hex | 3A | 1D | 87 | 39 | 4F | 0 | 2F | 100 | 41 | 20 |
| Octal | 72 | 35 | 207 | 71 | 117 | 0 | 57 | 400 | 101 | 40 |
| Binary | 111010 | 11101 | 10000111 | 111001 | 1001111 | 0 | 101111 | 100000000 | 1000001 | 100000 |
Color Harmonies of #3A1D87
Complementary color
Monochromatic Colors of #3A1D87
Black with #3A1D87
Text Example
Text Example
White with #3A1D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D87; }
p { color: rgb(58,29,135); }
H1.HeaderClassName
{
color: #3A1D87;
}
.AnyTagClassName
{
color: #3A1D87;
}
</style>
background-color css
<style>
a { background-color: #3A1D87; }
a { background-color: rgb(58,29,135); }
div.DivClassName
{
background-color: #3A1D87;
}
.BgClassName
{
background-color: #3A1D87;
}
</style>
border-color css
<style>
span { border-color: #3A1D87; }
span { border-color: rgb(58,29,135); }
td.TdClassName
{
border-color: #3A1D87;
}
.TagClassName
{
border-color: #3A1D87;
}
</style>