Shades of Persian Indigo #341D74
Tints of Persian Indigo #341D74
RGB
CMYK
RGB Variations
Color information
#341D74 (or 0x341D74) is known color: Persian Indigo. HEX triplet: 34, 1D and 74. RGB value is (52,29,116). Sum of RGB (Red+Green+Blue) = 52+29+116=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #341D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D74 is #CBE28B. Grayscale: #2D2D2D. Windows color (decimal): -13361804 or 7609652. OLE color: 7609652.
HSL color Cylindrical-coordinate representation of color #341D74: hue angle of 255.86º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341D74 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 29 | 116 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.55 |
| HSL | 255.86º | 0.6% | 0.28% | - |
| HSV(B) | 255.86º | 0.75% | 0.45% | - |
| XYZ | 5.01 | 2.87 | 16.81 | - |
| YUV | 45.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 116 | 0.55 | 0.75 | 0 | 0.55 | 255.86 | 0.6 | 0.28 |
| Hex | 34 | 1D | 74 | 37 | 4B | 0 | 37 | 100 | 3C | 1C |
| Octal | 64 | 35 | 164 | 67 | 113 | 0 | 67 | 400 | 74 | 34 |
| Binary | 110100 | 11101 | 1110100 | 110111 | 1001011 | 0 | 110111 | 100000000 | 111100 | 11100 |
Color Harmonies of #341D74
Complementary color
Monochromatic Colors of #341D74
Black with #341D74
Text Example
Text Example
White with #341D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D74; }
p { color: rgb(52,29,116); }
H1.HeaderClassName
{
color: #341D74;
}
.AnyTagClassName
{
color: #341D74;
}
</style>
background-color css
<style>
a { background-color: #341D74; }
a { background-color: rgb(52,29,116); }
div.DivClassName
{
background-color: #341D74;
}
.BgClassName
{
background-color: #341D74;
}
</style>
border-color css
<style>
span { border-color: #341D74; }
span { border-color: rgb(52,29,116); }
td.TdClassName
{
border-color: #341D74;
}
.TagClassName
{
border-color: #341D74;
}
</style>