Shades of Persian Indigo #390C6B
Tints of Persian Indigo #390C6B
RGB
CMYK
RGB Variations
Color information
#390C6B (or 0x390C6B) is known color: Persian Indigo. HEX triplet: 39, 0C and 6B. RGB value is (57,12,107). Sum of RGB (Red+Green+Blue) = 57+12+107=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #390C6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C6B is #C6F394. Grayscale: #232323. Windows color (decimal): -13038485 or 7015481. OLE color: 7015481.
HSL color Cylindrical-coordinate representation of color #390C6B: hue angle of 268.42º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390C6B is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 12 | 107 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.58 |
| HSL | 268.42º | 0.8% | 0.23% | - |
| HSV(B) | 268.42º | 0.89% | 0.42% | - |
| XYZ | 4.47 | 2.19 | 14.1 | - |
| YUV | 36.29 | 167.91 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 107 | 0.47 | 0.89 | 0 | 0.58 | 268.42 | 0.8 | 0.23 |
| Hex | 39 | C | 6B | 2F | 59 | 0 | 3A | 10C | 50 | 17 |
| Octal | 71 | 14 | 153 | 57 | 131 | 0 | 72 | 414 | 120 | 27 |
| Binary | 111001 | 1100 | 1101011 | 101111 | 1011001 | 0 | 111010 | 100001100 | 1010000 | 10111 |
Color Harmonies of #390C6B
Complementary color
Monochromatic Colors of #390C6B
Black with #390C6B
Text Example
Text Example
White with #390C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C6B; }
p { color: rgb(57,12,107); }
H1.HeaderClassName
{
color: #390C6B;
}
.AnyTagClassName
{
color: #390C6B;
}
</style>
background-color css
<style>
a { background-color: #390C6B; }
a { background-color: rgb(57,12,107); }
div.DivClassName
{
background-color: #390C6B;
}
.BgClassName
{
background-color: #390C6B;
}
</style>
border-color css
<style>
span { border-color: #390C6B; }
span { border-color: rgb(57,12,107); }
td.TdClassName
{
border-color: #390C6B;
}
.TagClassName
{
border-color: #390C6B;
}
</style>