Shades of Persian Indigo #39168D
Tints of Persian Indigo #39168D
RGB
CMYK
RGB Variations
Color information
#39168D (or 0x39168D) is known color: Persian Indigo. HEX triplet: 39, 16 and 8D. RGB value is (57,22,141). Sum of RGB (Red+Green+Blue) = 57+22+141=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #39168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39168D is #C6E972. Grayscale: #2D2D2D. Windows color (decimal): -13035891 or 9246265. OLE color: 9246265.
HSL color Cylindrical-coordinate representation of color #39168D: hue angle of 257.65º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39168D is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 22 | 141 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.45 |
| HSL | 257.65º | 0.73% | 0.32% | - |
| HSV(B) | 257.65º | 0.84% | 0.55% | - |
| XYZ | 6.78 | 3.37 | 25.49 | - |
| YUV | 46.03 | 181.6 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 22 | 141 | 0.60 | 0.84 | 0 | 0.45 | 257.65 | 0.73 | 0.32 |
| Hex | 39 | 16 | 8D | 3C | 54 | 0 | 2D | 102 | 49 | 20 |
| Octal | 71 | 26 | 215 | 74 | 124 | 0 | 55 | 402 | 111 | 40 |
| Binary | 111001 | 10110 | 10001101 | 111100 | 1010100 | 0 | 101101 | 100000010 | 1001001 | 100000 |
Color Harmonies of #39168D
Complementary color
Monochromatic Colors of #39168D
Black with #39168D
Text Example
Text Example
White with #39168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39168D; }
p { color: rgb(57,22,141); }
H1.HeaderClassName
{
color: #39168D;
}
.AnyTagClassName
{
color: #39168D;
}
</style>
background-color css
<style>
a { background-color: #39168D; }
a { background-color: rgb(57,22,141); }
div.DivClassName
{
background-color: #39168D;
}
.BgClassName
{
background-color: #39168D;
}
</style>
border-color css
<style>
span { border-color: #39168D; }
span { border-color: rgb(57,22,141); }
td.TdClassName
{
border-color: #39168D;
}
.TagClassName
{
border-color: #39168D;
}
</style>