Shades of Persian Indigo #39136F
Tints of Persian Indigo #39136F
RGB
CMYK
RGB Variations
Color information
#39136F (or 0x39136F) is known color: Persian Indigo. HEX triplet: 39, 13 and 6F. RGB value is (57,19,111). Sum of RGB (Red+Green+Blue) = 57+19+111=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #39136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39136F is #C6EC90. Grayscale: #282828. Windows color (decimal): -13036689 or 7279417. OLE color: 7279417.
HSL color Cylindrical-coordinate representation of color #39136F: hue angle of 264.78º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39136F is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 19 | 111 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.56 |
| HSL | 264.78º | 0.71% | 0.25% | - |
| HSV(B) | 264.78º | 0.83% | 0.44% | - |
| XYZ | 4.79 | 2.48 | 15.27 | - |
| YUV | 40.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 111 | 0.49 | 0.83 | 0 | 0.56 | 264.78 | 0.71 | 0.25 |
| Hex | 39 | 13 | 6F | 31 | 53 | 0 | 38 | 109 | 47 | 19 |
| Octal | 71 | 23 | 157 | 61 | 123 | 0 | 70 | 411 | 107 | 31 |
| Binary | 111001 | 10011 | 1101111 | 110001 | 1010011 | 0 | 111000 | 100001001 | 1000111 | 11001 |
Color Harmonies of #39136F
Complementary color
Monochromatic Colors of #39136F
Black with #39136F
Text Example
Text Example
White with #39136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39136F; }
p { color: rgb(57,19,111); }
H1.HeaderClassName
{
color: #39136F;
}
.AnyTagClassName
{
color: #39136F;
}
</style>
background-color css
<style>
a { background-color: #39136F; }
a { background-color: rgb(57,19,111); }
div.DivClassName
{
background-color: #39136F;
}
.BgClassName
{
background-color: #39136F;
}
</style>
border-color css
<style>
span { border-color: #39136F; }
span { border-color: rgb(57,19,111); }
td.TdClassName
{
border-color: #39136F;
}
.TagClassName
{
border-color: #39136F;
}
</style>