Shades of Persian Indigo #39078B
Tints of Persian Indigo #39078B
RGB
CMYK
RGB Variations
Color information
#39078B (or 0x39078B) is known color: Persian Indigo. HEX triplet: 39, 07 and 8B. RGB value is (57,7,139). Sum of RGB (Red+Green+Blue) = 57+7+139=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #39078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39078B is #C6F874. Grayscale: #242424. Windows color (decimal): -13039733 or 9111353. OLE color: 9111353.
HSL color Cylindrical-coordinate representation of color #39078B: hue angle of 262.73º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #39078B is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 7 | 139 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.45 |
| HSL | 262.73º | 0.9% | 0.29% | - |
| HSV(B) | 262.73º | 0.95% | 0.55% | - |
| XYZ | 6.42 | 2.89 | 24.64 | - |
| YUV | 37 | 185.57 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 7 | 139 | 0.59 | 0.95 | 0 | 0.45 | 262.73 | 0.9 | 0.29 |
| Hex | 39 | 7 | 8B | 3B | 5F | 0 | 2D | 107 | 5A | 1D |
| Octal | 71 | 7 | 213 | 73 | 137 | 0 | 55 | 407 | 132 | 35 |
| Binary | 111001 | 111 | 10001011 | 111011 | 1011111 | 0 | 101101 | 100000111 | 1011010 | 11101 |
Color Harmonies of #39078B
Complementary color
Monochromatic Colors of #39078B
Black with #39078B
Text Example
Text Example
White with #39078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39078B; }
p { color: rgb(57,7,139); }
H1.HeaderClassName
{
color: #39078B;
}
.AnyTagClassName
{
color: #39078B;
}
</style>
background-color css
<style>
a { background-color: #39078B; }
a { background-color: rgb(57,7,139); }
div.DivClassName
{
background-color: #39078B;
}
.BgClassName
{
background-color: #39078B;
}
</style>
border-color css
<style>
span { border-color: #39078B; }
span { border-color: rgb(57,7,139); }
td.TdClassName
{
border-color: #39078B;
}
.TagClassName
{
border-color: #39078B;
}
</style>