Shades of Persian Indigo #390B73
Tints of Persian Indigo #390B73
RGB
CMYK
RGB Variations
Color information
#390B73 (or 0x390B73) is known color: Persian Indigo. HEX triplet: 39, 0B and 73. RGB value is (57,11,115). Sum of RGB (Red+Green+Blue) = 57+11+115=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #390B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390B73 is #C6F48C. Grayscale: #242424. Windows color (decimal): -13038733 or 7539513. OLE color: 7539513.
HSL color Cylindrical-coordinate representation of color #390B73: hue angle of 266.54º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390B73 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 11 | 115 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.55 |
| HSL | 266.54º | 0.83% | 0.25% | - |
| HSV(B) | 266.54º | 0.9% | 0.45% | - |
| XYZ | 4.9 | 2.35 | 16.41 | - |
| YUV | 36.61 | 172.24 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 115 | 0.50 | 0.90 | 0 | 0.55 | 266.54 | 0.83 | 0.25 |
| Hex | 39 | B | 73 | 32 | 5A | 0 | 37 | 10B | 53 | 19 |
| Octal | 71 | 13 | 163 | 62 | 132 | 0 | 67 | 413 | 123 | 31 |
| Binary | 111001 | 1011 | 1110011 | 110010 | 1011010 | 0 | 110111 | 100001011 | 1010011 | 11001 |
Color Harmonies of #390B73
Complementary color
Monochromatic Colors of #390B73
Black with #390B73
Text Example
Text Example
White with #390B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B73; }
p { color: rgb(57,11,115); }
H1.HeaderClassName
{
color: #390B73;
}
.AnyTagClassName
{
color: #390B73;
}
</style>
background-color css
<style>
a { background-color: #390B73; }
a { background-color: rgb(57,11,115); }
div.DivClassName
{
background-color: #390B73;
}
.BgClassName
{
background-color: #390B73;
}
</style>
border-color css
<style>
span { border-color: #390B73; }
span { border-color: rgb(57,11,115); }
td.TdClassName
{
border-color: #390B73;
}
.TagClassName
{
border-color: #390B73;
}
</style>