Shades of Persian Indigo #390D6B
Tints of Persian Indigo #390D6B
RGB
CMYK
RGB Variations
Color information
#390D6B (or 0x390D6B) is known color: Persian Indigo. HEX triplet: 39, 0D and 6B. RGB value is (57,13,107). Sum of RGB (Red+Green+Blue) = 57+13+107=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #390D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D6B is #C6F294. Grayscale: #242424. Windows color (decimal): -13038229 or 7015737. OLE color: 7015737.
HSL color Cylindrical-coordinate representation of color #390D6B: hue angle of 268.09º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390D6B is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 13 | 107 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.58 |
| HSL | 268.09º | 0.78% | 0.24% | - |
| HSV(B) | 268.09º | 0.88% | 0.42% | - |
| XYZ | 4.49 | 2.22 | 14.1 | - |
| YUV | 36.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 107 | 0.47 | 0.88 | 0 | 0.58 | 268.09 | 0.78 | 0.24 |
| Hex | 39 | D | 6B | 2F | 58 | 0 | 3A | 10C | 4E | 18 |
| Octal | 71 | 15 | 153 | 57 | 130 | 0 | 72 | 414 | 116 | 30 |
| Binary | 111001 | 1101 | 1101011 | 101111 | 1011000 | 0 | 111010 | 100001100 | 1001110 | 11000 |
Color Harmonies of #390D6B
Complementary color
Monochromatic Colors of #390D6B
Black with #390D6B
Text Example
Text Example
White with #390D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D6B; }
p { color: rgb(57,13,107); }
H1.HeaderClassName
{
color: #390D6B;
}
.AnyTagClassName
{
color: #390D6B;
}
</style>
background-color css
<style>
a { background-color: #390D6B; }
a { background-color: rgb(57,13,107); }
div.DivClassName
{
background-color: #390D6B;
}
.BgClassName
{
background-color: #390D6B;
}
</style>
border-color css
<style>
span { border-color: #390D6B; }
span { border-color: rgb(57,13,107); }
td.TdClassName
{
border-color: #390D6B;
}
.TagClassName
{
border-color: #390D6B;
}
</style>