Shades of Persian Indigo #390FAA
Tints of Persian Indigo #390FAA
RGB
CMYK
RGB Variations
Color information
#390FAA (or 0x390FAA) is known color: Persian Indigo. HEX triplet: 39, 0F and AA. RGB value is (57,15,170). Sum of RGB (Red+Green+Blue) = 57+15+170=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #390FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390FAA is #C6F055. Grayscale: #2C2C2C. Windows color (decimal): -13037654 or 11145017. OLE color: 11145017.
HSL color Cylindrical-coordinate representation of color #390FAA: hue angle of 256.26º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390FAA is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 15 | 170 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.33 |
| HSL | 256.26º | 0.84% | 0.36% | - |
| HSV(B) | 256.26º | 0.91% | 0.67% | - |
| XYZ | 9.11 | 4.11 | 38.34 | - |
| YUV | 45.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 170 | 0.66 | 0.91 | 0 | 0.33 | 256.26 | 0.84 | 0.36 |
| Hex | 39 | F | AA | 42 | 5B | 0 | 21 | 100 | 54 | 24 |
| Octal | 71 | 17 | 252 | 102 | 133 | 0 | 41 | 400 | 124 | 44 |
| Binary | 111001 | 1111 | 10101010 | 1000010 | 1011011 | 0 | 100001 | 100000000 | 1010100 | 100100 |
Color Harmonies of #390FAA
Complementary color
Monochromatic Colors of #390FAA
Black with #390FAA
Text Example
Text Example
White with #390FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FAA; }
p { color: rgb(57,15,170); }
H1.HeaderClassName
{
color: #390FAA;
}
.AnyTagClassName
{
color: #390FAA;
}
</style>
background-color css
<style>
a { background-color: #390FAA; }
a { background-color: rgb(57,15,170); }
div.DivClassName
{
background-color: #390FAA;
}
.BgClassName
{
background-color: #390FAA;
}
</style>
border-color css
<style>
span { border-color: #390FAA; }
span { border-color: rgb(57,15,170); }
td.TdClassName
{
border-color: #390FAA;
}
.TagClassName
{
border-color: #390FAA;
}
</style>