Shades of Persian Indigo #391B8E
Tints of Persian Indigo #391B8E
RGB
CMYK
RGB Variations
Color information
#391B8E (or 0x391B8E) is known color: Persian Indigo. HEX triplet: 39, 1B and 8E. RGB value is (57,27,142). Sum of RGB (Red+Green+Blue) = 57+27+142=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #391B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391B8E is #C6E471. Grayscale: #303030. Windows color (decimal): -13034610 or 9313081. OLE color: 9313081.
HSL color Cylindrical-coordinate representation of color #391B8E: hue angle of 255.65º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #391B8E is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 27 | 142 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.44 |
| HSL | 255.65º | 0.68% | 0.33% | - |
| HSV(B) | 255.65º | 0.81% | 0.56% | - |
| XYZ | 6.96 | 3.61 | 25.92 | - |
| YUV | 49.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 142 | 0.60 | 0.81 | 0 | 0.44 | 255.65 | 0.68 | 0.33 |
| Hex | 39 | 1B | 8E | 3C | 51 | 0 | 2C | 100 | 44 | 21 |
| Octal | 71 | 33 | 216 | 74 | 121 | 0 | 54 | 400 | 104 | 41 |
| Binary | 111001 | 11011 | 10001110 | 111100 | 1010001 | 0 | 101100 | 100000000 | 1000100 | 100001 |
Color Harmonies of #391B8E
Complementary color
Monochromatic Colors of #391B8E
Black with #391B8E
Text Example
Text Example
White with #391B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B8E; }
p { color: rgb(57,27,142); }
H1.HeaderClassName
{
color: #391B8E;
}
.AnyTagClassName
{
color: #391B8E;
}
</style>
background-color css
<style>
a { background-color: #391B8E; }
a { background-color: rgb(57,27,142); }
div.DivClassName
{
background-color: #391B8E;
}
.BgClassName
{
background-color: #391B8E;
}
</style>
border-color css
<style>
span { border-color: #391B8E; }
span { border-color: rgb(57,27,142); }
td.TdClassName
{
border-color: #391B8E;
}
.TagClassName
{
border-color: #391B8E;
}
</style>