Shades of Persian Indigo #390AAA
Tints of Persian Indigo #390AAA
RGB
CMYK
RGB Variations
Color information
#390AAA (or 0x390AAA) is known color: Persian Indigo. HEX triplet: 39, 0A and AA. RGB value is (57,10,170). Sum of RGB (Red+Green+Blue) = 57+10+170=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #390AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390AAA is #C6F555. Grayscale: #292929. Windows color (decimal): -13038934 or 11143737. OLE color: 11143737.
HSL color Cylindrical-coordinate representation of color #390AAA: hue angle of 257.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390AAA is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 10 | 170 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.33 |
| HSL | 257.63º | 0.89% | 0.35% | - |
| HSV(B) | 257.63º | 0.94% | 0.67% | - |
| XYZ | 9.05 | 3.99 | 38.32 | - |
| YUV | 42.29 | 200.07 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 170 | 0.66 | 0.94 | 0 | 0.33 | 257.63 | 0.89 | 0.35 |
| Hex | 39 | A | AA | 42 | 5E | 0 | 21 | 102 | 59 | 23 |
| Octal | 71 | 12 | 252 | 102 | 136 | 0 | 41 | 402 | 131 | 43 |
| Binary | 111001 | 1010 | 10101010 | 1000010 | 1011110 | 0 | 100001 | 100000010 | 1011001 | 100011 |
Color Harmonies of #390AAA
Complementary color
Monochromatic Colors of #390AAA
Black with #390AAA
Text Example
Text Example
White with #390AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390AAA; }
p { color: rgb(57,10,170); }
H1.HeaderClassName
{
color: #390AAA;
}
.AnyTagClassName
{
color: #390AAA;
}
</style>
background-color css
<style>
a { background-color: #390AAA; }
a { background-color: rgb(57,10,170); }
div.DivClassName
{
background-color: #390AAA;
}
.BgClassName
{
background-color: #390AAA;
}
</style>
border-color css
<style>
span { border-color: #390AAA; }
span { border-color: rgb(57,10,170); }
td.TdClassName
{
border-color: #390AAA;
}
.TagClassName
{
border-color: #390AAA;
}
</style>