Shades of Persian Indigo #39078C
Tints of Persian Indigo #39078C
RGB
CMYK
RGB Variations
Color information
#39078C (or 0x39078C) is known color: Persian Indigo. HEX triplet: 39, 07 and 8C. RGB value is (57,7,140). Sum of RGB (Red+Green+Blue) = 57+7+140=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #39078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39078C is #C6F873. Grayscale: #242424. Windows color (decimal): -13039732 or 9176889. OLE color: 9176889.
HSL color Cylindrical-coordinate representation of color #39078C: hue angle of 262.56º 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 #39078C is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 7 | 140 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.45 |
| HSL | 262.56º | 0.9% | 0.29% | - |
| HSV(B) | 262.56º | 0.95% | 0.55% | - |
| XYZ | 6.5 | 2.92 | 25.03 | - |
| YUV | 37.11 | 186.07 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 7 | 140 | 0.59 | 0.95 | 0 | 0.45 | 262.56 | 0.9 | 0.29 |
| Hex | 39 | 7 | 8C | 3B | 5F | 0 | 2D | 107 | 5A | 1D |
| Octal | 71 | 7 | 214 | 73 | 137 | 0 | 55 | 407 | 132 | 35 |
| Binary | 111001 | 111 | 10001100 | 111011 | 1011111 | 0 | 101101 | 100000111 | 1011010 | 11101 |
Color Harmonies of #39078C
Complementary color
Monochromatic Colors of #39078C
Black with #39078C
Text Example
Text Example
White with #39078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39078C; }
p { color: rgb(57,7,140); }
H1.HeaderClassName
{
color: #39078C;
}
.AnyTagClassName
{
color: #39078C;
}
</style>
background-color css
<style>
a { background-color: #39078C; }
a { background-color: rgb(57,7,140); }
div.DivClassName
{
background-color: #39078C;
}
.BgClassName
{
background-color: #39078C;
}
</style>
border-color css
<style>
span { border-color: #39078C; }
span { border-color: rgb(57,7,140); }
td.TdClassName
{
border-color: #39078C;
}
.TagClassName
{
border-color: #39078C;
}
</style>