Shades of Persian Indigo #340E7C
Tints of Persian Indigo #340E7C
RGB
CMYK
RGB Variations
Color information
#340E7C (or 0x340E7C) is known color: Persian Indigo. HEX triplet: 34, 0E and 7C. RGB value is (52,14,124). Sum of RGB (Red+Green+Blue) = 52+14+124=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #340E7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340E7C is #CBF183. Grayscale: #252525. Windows color (decimal): -13365636 or 8130100. OLE color: 8130100.
HSL color Cylindrical-coordinate representation of color #340E7C: hue angle of 260.73º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #340E7C is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 14 | 124 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.51 |
| HSL | 260.73º | 0.8% | 0.27% | - |
| HSV(B) | 260.73º | 0.89% | 0.49% | - |
| XYZ | 5.21 | 2.5 | 19.28 | - |
| YUV | 37.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 124 | 0.58 | 0.89 | 0 | 0.51 | 260.73 | 0.8 | 0.27 |
| Hex | 34 | E | 7C | 3A | 59 | 0 | 33 | 105 | 50 | 1B |
| Octal | 64 | 16 | 174 | 72 | 131 | 0 | 63 | 405 | 120 | 33 |
| Binary | 110100 | 1110 | 1111100 | 111010 | 1011001 | 0 | 110011 | 100000101 | 1010000 | 11011 |
Color Harmonies of #340E7C
Complementary color
Monochromatic Colors of #340E7C
Black with #340E7C
Text Example
Text Example
White with #340E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E7C; }
p { color: rgb(52,14,124); }
H1.HeaderClassName
{
color: #340E7C;
}
.AnyTagClassName
{
color: #340E7C;
}
</style>
background-color css
<style>
a { background-color: #340E7C; }
a { background-color: rgb(52,14,124); }
div.DivClassName
{
background-color: #340E7C;
}
.BgClassName
{
background-color: #340E7C;
}
</style>
border-color css
<style>
span { border-color: #340E7C; }
span { border-color: rgb(52,14,124); }
td.TdClassName
{
border-color: #340E7C;
}
.TagClassName
{
border-color: #340E7C;
}
</style>