Shades of Persian Indigo #390F6E
Tints of Persian Indigo #390F6E
RGB
CMYK
RGB Variations
Color information
#390F6E (or 0x390F6E) is known color: Persian Indigo. HEX triplet: 39, 0F and 6E. RGB value is (57,15,110). Sum of RGB (Red+Green+Blue) = 57+15+110=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #390F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390F6E is #C6F091. Grayscale: #262626. Windows color (decimal): -13037714 or 7212857. OLE color: 7212857.
HSL color Cylindrical-coordinate representation of color #390F6E: hue angle of 266.53º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390F6E is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 15 | 110 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.57 |
| HSL | 266.53º | 0.76% | 0.25% | - |
| HSV(B) | 266.53º | 0.86% | 0.43% | - |
| XYZ | 4.67 | 2.34 | 14.96 | - |
| YUV | 38.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 110 | 0.48 | 0.86 | 0 | 0.57 | 266.53 | 0.76 | 0.25 |
| Hex | 39 | F | 6E | 30 | 56 | 0 | 39 | 10B | 4C | 19 |
| Octal | 71 | 17 | 156 | 60 | 126 | 0 | 71 | 413 | 114 | 31 |
| Binary | 111001 | 1111 | 1101110 | 110000 | 1010110 | 0 | 111001 | 100001011 | 1001100 | 11001 |
Color Harmonies of #390F6E
Complementary color
Monochromatic Colors of #390F6E
Black with #390F6E
Text Example
Text Example
White with #390F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F6E; }
p { color: rgb(57,15,110); }
H1.HeaderClassName
{
color: #390F6E;
}
.AnyTagClassName
{
color: #390F6E;
}
</style>
background-color css
<style>
a { background-color: #390F6E; }
a { background-color: rgb(57,15,110); }
div.DivClassName
{
background-color: #390F6E;
}
.BgClassName
{
background-color: #390F6E;
}
</style>
border-color css
<style>
span { border-color: #390F6E; }
span { border-color: rgb(57,15,110); }
td.TdClassName
{
border-color: #390F6E;
}
.TagClassName
{
border-color: #390F6E;
}
</style>