Shades of Persian Indigo #392090
Tints of Persian Indigo #392090
RGB
CMYK
RGB Variations
Color information
#392090 (or 0x392090) is known color: Persian Indigo. HEX triplet: 39, 20 and 90. RGB value is (57,32,144). Sum of RGB (Red+Green+Blue) = 57+32+144=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #392090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392090 is #C6DF6F. Grayscale: #333333. Windows color (decimal): -13033328 or 9445433. OLE color: 9445433.
HSL color Cylindrical-coordinate representation of color #392090: hue angle of 253.39º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392090 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 32 | 144 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.44 |
| HSL | 253.39º | 0.64% | 0.35% | - |
| HSV(B) | 253.39º | 0.78% | 0.56% | - |
| XYZ | 7.24 | 3.92 | 26.76 | - |
| YUV | 52.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 144 | 0.60 | 0.78 | 0 | 0.44 | 253.39 | 0.64 | 0.35 |
| Hex | 39 | 20 | 90 | 3C | 4E | 0 | 2C | FD | 40 | 23 |
| Octal | 71 | 40 | 220 | 74 | 116 | 0 | 54 | 375 | 100 | 43 |
| Binary | 111001 | 100000 | 10010000 | 111100 | 1001110 | 0 | 101100 | 11111101 | 1000000 | 100011 |
Color Harmonies of #392090
Complementary color
Monochromatic Colors of #392090
Black with #392090
Text Example
Text Example
White with #392090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392090; }
p { color: rgb(57,32,144); }
H1.HeaderClassName
{
color: #392090;
}
.AnyTagClassName
{
color: #392090;
}
</style>
background-color css
<style>
a { background-color: #392090; }
a { background-color: rgb(57,32,144); }
div.DivClassName
{
background-color: #392090;
}
.BgClassName
{
background-color: #392090;
}
</style>
border-color css
<style>
span { border-color: #392090; }
span { border-color: rgb(57,32,144); }
td.TdClassName
{
border-color: #392090;
}
.TagClassName
{
border-color: #392090;
}
</style>