Shades of Persian Indigo #341D7C
Tints of Persian Indigo #341D7C
RGB
CMYK
RGB Variations
Color information
#341D7C (or 0x341D7C) is known color: Persian Indigo. HEX triplet: 34, 1D and 7C. RGB value is (52,29,124). Sum of RGB (Red+Green+Blue) = 52+29+124=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #341D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D7C is #CBE283. Grayscale: #2E2E2E. Windows color (decimal): -13361796 or 8133940. OLE color: 8133940.
HSL color Cylindrical-coordinate representation of color #341D7C: hue angle of 254.53º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341D7C is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 29 | 124 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.51 |
| HSL | 254.53º | 0.62% | 0.3% | - |
| HSV(B) | 254.53º | 0.77% | 0.49% | - |
| XYZ | 5.49 | 3.06 | 19.37 | - |
| YUV | 46.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 124 | 0.58 | 0.77 | 0 | 0.51 | 254.53 | 0.62 | 0.3 |
| Hex | 34 | 1D | 7C | 3A | 4D | 0 | 33 | FF | 3E | 1E |
| Octal | 64 | 35 | 174 | 72 | 115 | 0 | 63 | 377 | 76 | 36 |
| Binary | 110100 | 11101 | 1111100 | 111010 | 1001101 | 0 | 110011 | 11111111 | 111110 | 11110 |
Color Harmonies of #341D7C
Complementary color
Monochromatic Colors of #341D7C
Black with #341D7C
Text Example
Text Example
White with #341D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D7C; }
p { color: rgb(52,29,124); }
H1.HeaderClassName
{
color: #341D7C;
}
.AnyTagClassName
{
color: #341D7C;
}
</style>
background-color css
<style>
a { background-color: #341D7C; }
a { background-color: rgb(52,29,124); }
div.DivClassName
{
background-color: #341D7C;
}
.BgClassName
{
background-color: #341D7C;
}
</style>
border-color css
<style>
span { border-color: #341D7C; }
span { border-color: rgb(52,29,124); }
td.TdClassName
{
border-color: #341D7C;
}
.TagClassName
{
border-color: #341D7C;
}
</style>