Shades of Persian Indigo #39077D
Tints of Persian Indigo #39077D
RGB
CMYK
RGB Variations
Color information
#39077D (or 0x39077D) is known color: Persian Indigo. HEX triplet: 39, 07 and 7D. RGB value is (57,7,125). Sum of RGB (Red+Green+Blue) = 57+7+125=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #39077D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39077D is #C6F882. Grayscale: #222222. Windows color (decimal): -13039747 or 8193849. OLE color: 8193849.
HSL color Cylindrical-coordinate representation of color #39077D: hue angle of 265.42º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39077D is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 7 | 125 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.51 |
| HSL | 265.42º | 0.89% | 0.26% | - |
| HSV(B) | 265.42º | 0.94% | 0.49% | - |
| XYZ | 5.46 | 2.5 | 19.6 | - |
| YUV | 35.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 7 | 125 | 0.54 | 0.94 | 0 | 0.51 | 265.42 | 0.89 | 0.26 |
| Hex | 39 | 7 | 7D | 36 | 5E | 0 | 33 | 109 | 59 | 1A |
| Octal | 71 | 7 | 175 | 66 | 136 | 0 | 63 | 411 | 131 | 32 |
| Binary | 111001 | 111 | 1111101 | 110110 | 1011110 | 0 | 110011 | 100001001 | 1011001 | 11010 |
Color Harmonies of #39077D
Complementary color
Monochromatic Colors of #39077D
Black with #39077D
Text Example
Text Example
White with #39077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39077D; }
p { color: rgb(57,7,125); }
H1.HeaderClassName
{
color: #39077D;
}
.AnyTagClassName
{
color: #39077D;
}
</style>
background-color css
<style>
a { background-color: #39077D; }
a { background-color: rgb(57,7,125); }
div.DivClassName
{
background-color: #39077D;
}
.BgClassName
{
background-color: #39077D;
}
</style>
border-color css
<style>
span { border-color: #39077D; }
span { border-color: rgb(57,7,125); }
td.TdClassName
{
border-color: #39077D;
}
.TagClassName
{
border-color: #39077D;
}
</style>