Shades of Persian Indigo #39197C
Tints of Persian Indigo #39197C
RGB
CMYK
RGB Variations
Color information
#39197C (or 0x39197C) is known color: Persian Indigo. HEX triplet: 39, 19 and 7C. RGB value is (57,25,124). Sum of RGB (Red+Green+Blue) = 57+25+124=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #39197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39197C is #C6E683. Grayscale: #2D2D2D. Windows color (decimal): -13035140 or 8132921. OLE color: 8132921.
HSL color Cylindrical-coordinate representation of color #39197C: hue angle of 259.39º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39197C is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 25 | 124 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.51 |
| HSL | 259.39º | 0.66% | 0.29% | - |
| HSV(B) | 259.39º | 0.8% | 0.49% | - |
| XYZ | 5.67 | 3.02 | 19.35 | - |
| YUV | 45.85 | 172.1 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 124 | 0.54 | 0.80 | 0 | 0.51 | 259.39 | 0.66 | 0.29 |
| Hex | 39 | 19 | 7C | 36 | 50 | 0 | 33 | 103 | 42 | 1D |
| Octal | 71 | 31 | 174 | 66 | 120 | 0 | 63 | 403 | 102 | 35 |
| Binary | 111001 | 11001 | 1111100 | 110110 | 1010000 | 0 | 110011 | 100000011 | 1000010 | 11101 |
Color Harmonies of #39197C
Complementary color
Monochromatic Colors of #39197C
Black with #39197C
Text Example
Text Example
White with #39197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39197C; }
p { color: rgb(57,25,124); }
H1.HeaderClassName
{
color: #39197C;
}
.AnyTagClassName
{
color: #39197C;
}
</style>
background-color css
<style>
a { background-color: #39197C; }
a { background-color: rgb(57,25,124); }
div.DivClassName
{
background-color: #39197C;
}
.BgClassName
{
background-color: #39197C;
}
</style>
border-color css
<style>
span { border-color: #39197C; }
span { border-color: rgb(57,25,124); }
td.TdClassName
{
border-color: #39197C;
}
.TagClassName
{
border-color: #39197C;
}
</style>