Shades of Persian Indigo #391B8A
Tints of Persian Indigo #391B8A
RGB
CMYK
RGB Variations
Color information
#391B8A (or 0x391B8A) is known color: Persian Indigo. HEX triplet: 39, 1B and 8A. RGB value is (57,27,138). Sum of RGB (Red+Green+Blue) = 57+27+138=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #391B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391B8A is #C6E475. Grayscale: #303030. Windows color (decimal): -13034614 or 9050937. OLE color: 9050937.
HSL color Cylindrical-coordinate representation of color #391B8A: hue angle of 256.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #391B8A is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 27 | 138 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.46 |
| HSL | 256.22º | 0.67% | 0.32% | - |
| HSV(B) | 256.22º | 0.8% | 0.54% | - |
| XYZ | 6.67 | 3.49 | 24.37 | - |
| YUV | 48.62 | 178.44 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 138 | 0.59 | 0.80 | 0 | 0.46 | 256.22 | 0.67 | 0.32 |
| Hex | 39 | 1B | 8A | 3B | 50 | 0 | 2E | 100 | 43 | 20 |
| Octal | 71 | 33 | 212 | 73 | 120 | 0 | 56 | 400 | 103 | 40 |
| Binary | 111001 | 11011 | 10001010 | 111011 | 1010000 | 0 | 101110 | 100000000 | 1000011 | 100000 |
Color Harmonies of #391B8A
Complementary color
Monochromatic Colors of #391B8A
Black with #391B8A
Text Example
Text Example
White with #391B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391B8A; }
p { color: rgb(57,27,138); }
H1.HeaderClassName
{
color: #391B8A;
}
.AnyTagClassName
{
color: #391B8A;
}
</style>
background-color css
<style>
a { background-color: #391B8A; }
a { background-color: rgb(57,27,138); }
div.DivClassName
{
background-color: #391B8A;
}
.BgClassName
{
background-color: #391B8A;
}
</style>
border-color css
<style>
span { border-color: #391B8A; }
span { border-color: rgb(57,27,138); }
td.TdClassName
{
border-color: #391B8A;
}
.TagClassName
{
border-color: #391B8A;
}
</style>