Shades of Persian Indigo #391A88
Tints of Persian Indigo #391A88
RGB
CMYK
RGB Variations
Color information
#391A88 (or 0x391A88) is known color: Persian Indigo. HEX triplet: 39, 1A and 88. RGB value is (57,26,136). Sum of RGB (Red+Green+Blue) = 57+26+136=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #391A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391A88 is #C6E577. Grayscale: #2F2F2F. Windows color (decimal): -13034872 or 8919609. OLE color: 8919609.
HSL color Cylindrical-coordinate representation of color #391A88: hue angle of 256.91º 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 #391A88 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 26 | 136 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.47 |
| HSL | 256.91º | 0.68% | 0.32% | - |
| HSV(B) | 256.91º | 0.81% | 0.53% | - |
| XYZ | 6.5 | 3.39 | 23.6 | - |
| YUV | 47.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 136 | 0.58 | 0.81 | 0 | 0.47 | 256.91 | 0.68 | 0.32 |
| Hex | 39 | 1A | 88 | 3A | 51 | 0 | 2F | 101 | 44 | 20 |
| Octal | 71 | 32 | 210 | 72 | 121 | 0 | 57 | 401 | 104 | 40 |
| Binary | 111001 | 11010 | 10001000 | 111010 | 1010001 | 0 | 101111 | 100000001 | 1000100 | 100000 |
Color Harmonies of #391A88
Complementary color
Monochromatic Colors of #391A88
Black with #391A88
Text Example
Text Example
White with #391A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A88; }
p { color: rgb(57,26,136); }
H1.HeaderClassName
{
color: #391A88;
}
.AnyTagClassName
{
color: #391A88;
}
</style>
background-color css
<style>
a { background-color: #391A88; }
a { background-color: rgb(57,26,136); }
div.DivClassName
{
background-color: #391A88;
}
.BgClassName
{
background-color: #391A88;
}
</style>
border-color css
<style>
span { border-color: #391A88; }
span { border-color: rgb(57,26,136); }
td.TdClassName
{
border-color: #391A88;
}
.TagClassName
{
border-color: #391A88;
}
</style>