Shades of Persian Indigo #391A8D
Tints of Persian Indigo #391A8D
RGB
CMYK
RGB Variations
Color information
#391A8D (or 0x391A8D) is known color: Persian Indigo. HEX triplet: 39, 1A and 8D. RGB value is (57,26,141). Sum of RGB (Red+Green+Blue) = 57+26+141=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #391A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391A8D is #C6E572. Grayscale: #2F2F2F. Windows color (decimal): -13034867 or 9247289. OLE color: 9247289.
HSL color Cylindrical-coordinate representation of color #391A8D: hue angle of 256.17º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391A8D is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 26 | 141 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.45 |
| HSL | 256.17º | 0.69% | 0.33% | - |
| HSV(B) | 256.17º | 0.82% | 0.55% | - |
| XYZ | 6.86 | 3.53 | 25.52 | - |
| YUV | 48.38 | 180.27 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 141 | 0.60 | 0.82 | 0 | 0.45 | 256.17 | 0.69 | 0.33 |
| Hex | 39 | 1A | 8D | 3C | 52 | 0 | 2D | 100 | 45 | 21 |
| Octal | 71 | 32 | 215 | 74 | 122 | 0 | 55 | 400 | 105 | 41 |
| Binary | 111001 | 11010 | 10001101 | 111100 | 1010010 | 0 | 101101 | 100000000 | 1000101 | 100001 |
Color Harmonies of #391A8D
Complementary color
Monochromatic Colors of #391A8D
Black with #391A8D
Text Example
Text Example
White with #391A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A8D; }
p { color: rgb(57,26,141); }
H1.HeaderClassName
{
color: #391A8D;
}
.AnyTagClassName
{
color: #391A8D;
}
</style>
background-color css
<style>
a { background-color: #391A8D; }
a { background-color: rgb(57,26,141); }
div.DivClassName
{
background-color: #391A8D;
}
.BgClassName
{
background-color: #391A8D;
}
</style>
border-color css
<style>
span { border-color: #391A8D; }
span { border-color: rgb(57,26,141); }
td.TdClassName
{
border-color: #391A8D;
}
.TagClassName
{
border-color: #391A8D;
}
</style>