Shades of Persian Indigo #391B84
Tints of Persian Indigo #391B84
RGB
CMYK
RGB Variations
Color information
#391B84 (or 0x391B84) is known color: Persian Indigo. HEX triplet: 39, 1B and 84. RGB value is (57,27,132). Sum of RGB (Red+Green+Blue) = 57+27+132=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #391B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391B84 is #C6E47B. Grayscale: #2F2F2F. Windows color (decimal): -13034620 or 8657721. OLE color: 8657721.
HSL color Cylindrical-coordinate representation of color #391B84: hue angle of 257.14º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #391B84 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 27 | 132 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.48 |
| HSL | 257.14º | 0.66% | 0.31% | - |
| HSV(B) | 257.14º | 0.8% | 0.52% | - |
| XYZ | 6.24 | 3.32 | 22.14 | - |
| YUV | 47.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 132 | 0.57 | 0.80 | 0 | 0.48 | 257.14 | 0.66 | 0.31 |
| Hex | 39 | 1B | 84 | 39 | 50 | 0 | 30 | 101 | 42 | 1F |
| Octal | 71 | 33 | 204 | 71 | 120 | 0 | 60 | 401 | 102 | 37 |
| Binary | 111001 | 11011 | 10000100 | 111001 | 1010000 | 0 | 110000 | 100000001 | 1000010 | 11111 |
Color Harmonies of #391B84
Complementary color
Monochromatic Colors of #391B84
Black with #391B84
Text Example
Text Example
White with #391B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B84; }
p { color: rgb(57,27,132); }
H1.HeaderClassName
{
color: #391B84;
}
.AnyTagClassName
{
color: #391B84;
}
</style>
background-color css
<style>
a { background-color: #391B84; }
a { background-color: rgb(57,27,132); }
div.DivClassName
{
background-color: #391B84;
}
.BgClassName
{
background-color: #391B84;
}
</style>
border-color css
<style>
span { border-color: #391B84; }
span { border-color: rgb(57,27,132); }
td.TdClassName
{
border-color: #391B84;
}
.TagClassName
{
border-color: #391B84;
}
</style>