Shades of Persian Indigo #3A1D88
Tints of Persian Indigo #3A1D88
RGB
CMYK
RGB Variations
Color information
#3A1D88 (or 0x3A1D88) is known color: Persian Indigo. HEX triplet: 3A, 1D and 88. RGB value is (58,29,136). Sum of RGB (Red+Green+Blue) = 58+29+136=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A1D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1D88 is #C5E277. Grayscale: #313131. Windows color (decimal): -12968568 or 8920378. OLE color: 8920378.
HSL color Cylindrical-coordinate representation of color #3A1D88: hue angle of 256.26º 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 #3A1D88 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 29 | 136 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.47 |
| HSL | 256.26º | 0.65% | 0.32% | - |
| HSV(B) | 256.26º | 0.79% | 0.53% | - |
| XYZ | 6.63 | 3.56 | 23.63 | - |
| YUV | 49.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 136 | 0.57 | 0.79 | 0 | 0.47 | 256.26 | 0.65 | 0.32 |
| Hex | 3A | 1D | 88 | 39 | 4F | 0 | 2F | 100 | 41 | 20 |
| Octal | 72 | 35 | 210 | 71 | 117 | 0 | 57 | 400 | 101 | 40 |
| Binary | 111010 | 11101 | 10001000 | 111001 | 1001111 | 0 | 101111 | 100000000 | 1000001 | 100000 |
Color Harmonies of #3A1D88
Complementary color
Monochromatic Colors of #3A1D88
Black with #3A1D88
Text Example
Text Example
White with #3A1D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D88; }
p { color: rgb(58,29,136); }
H1.HeaderClassName
{
color: #3A1D88;
}
.AnyTagClassName
{
color: #3A1D88;
}
</style>
background-color css
<style>
a { background-color: #3A1D88; }
a { background-color: rgb(58,29,136); }
div.DivClassName
{
background-color: #3A1D88;
}
.BgClassName
{
background-color: #3A1D88;
}
</style>
border-color css
<style>
span { border-color: #3A1D88; }
span { border-color: rgb(58,29,136); }
td.TdClassName
{
border-color: #3A1D88;
}
.TagClassName
{
border-color: #3A1D88;
}
</style>