Shades of Persian Indigo #341D70
Tints of Persian Indigo #341D70
RGB
CMYK
RGB Variations
Color information
#341D70 (or 0x341D70) is known color: Persian Indigo. HEX triplet: 34, 1D and 70. RGB value is (52,29,112). Sum of RGB (Red+Green+Blue) = 52+29+112=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #341D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D70 is #CBE28F. Grayscale: #2D2D2D. Windows color (decimal): -13361808 or 7347508. OLE color: 7347508.
HSL color Cylindrical-coordinate representation of color #341D70: hue angle of 256.63º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #341D70 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 29 | 112 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.56 |
| HSL | 256.63º | 0.59% | 0.28% | - |
| HSV(B) | 256.63º | 0.74% | 0.44% | - |
| XYZ | 4.78 | 2.78 | 15.61 | - |
| YUV | 45.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 112 | 0.54 | 0.74 | 0 | 0.56 | 256.63 | 0.59 | 0.28 |
| Hex | 34 | 1D | 70 | 36 | 4A | 0 | 38 | 101 | 3B | 1C |
| Octal | 64 | 35 | 160 | 66 | 112 | 0 | 70 | 401 | 73 | 34 |
| Binary | 110100 | 11101 | 1110000 | 110110 | 1001010 | 0 | 111000 | 100000001 | 111011 | 11100 |
Color Harmonies of #341D70
Complementary color
Monochromatic Colors of #341D70
Black with #341D70
Text Example
Text Example
White with #341D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D70; }
p { color: rgb(52,29,112); }
H1.HeaderClassName
{
color: #341D70;
}
.AnyTagClassName
{
color: #341D70;
}
</style>
background-color css
<style>
a { background-color: #341D70; }
a { background-color: rgb(52,29,112); }
div.DivClassName
{
background-color: #341D70;
}
.BgClassName
{
background-color: #341D70;
}
</style>
border-color css
<style>
span { border-color: #341D70; }
span { border-color: rgb(52,29,112); }
td.TdClassName
{
border-color: #341D70;
}
.TagClassName
{
border-color: #341D70;
}
</style>