Shades of Persian Indigo #390AA2
Tints of Persian Indigo #390AA2
RGB
CMYK
RGB Variations
Color information
#390AA2 (or 0x390AA2) is known color: Persian Indigo. HEX triplet: 39, 0A and A2. RGB value is (57,10,162). Sum of RGB (Red+Green+Blue) = 57+10+162=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 162 (63.67% from 255 or 70.74% from 229); Max value from RGB is 162 - color contains mainly: blue. Hex color #390AA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390AA2 is #C6F55D. Grayscale: #282828. Windows color (decimal): -13038942 or 10619449. OLE color: 10619449.
HSL color Cylindrical-coordinate representation of color #390AA2: hue angle of 258.55º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390AA2 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 10 | 162 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.36 |
| HSL | 258.55º | 0.88% | 0.34% | - |
| HSV(B) | 258.55º | 0.94% | 0.64% | - |
| XYZ | 8.32 | 3.7 | 34.46 | - |
| YUV | 41.38 | 196.07 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 162 | 0.65 | 0.94 | 0 | 0.36 | 258.55 | 0.88 | 0.34 |
| Hex | 39 | A | A2 | 41 | 5E | 0 | 24 | 103 | 58 | 22 |
| Octal | 71 | 12 | 242 | 101 | 136 | 0 | 44 | 403 | 130 | 42 |
| Binary | 111001 | 1010 | 10100010 | 1000001 | 1011110 | 0 | 100100 | 100000011 | 1011000 | 100010 |
Color Harmonies of #390AA2
Complementary color
Monochromatic Colors of #390AA2
Black with #390AA2
Text Example
Text Example
White with #390AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390AA2; }
p { color: rgb(57,10,162); }
H1.HeaderClassName
{
color: #390AA2;
}
.AnyTagClassName
{
color: #390AA2;
}
</style>
background-color css
<style>
a { background-color: #390AA2; }
a { background-color: rgb(57,10,162); }
div.DivClassName
{
background-color: #390AA2;
}
.BgClassName
{
background-color: #390AA2;
}
</style>
border-color css
<style>
span { border-color: #390AA2; }
span { border-color: rgb(57,10,162); }
td.TdClassName
{
border-color: #390AA2;
}
.TagClassName
{
border-color: #390AA2;
}
</style>