Shades of Persian Indigo #341D73
Tints of Persian Indigo #341D73
RGB
CMYK
RGB Variations
Color information
#341D73 (or 0x341D73) is known color: Persian Indigo. HEX triplet: 34, 1D and 73. RGB value is (52,29,115). Sum of RGB (Red+Green+Blue) = 52+29+115=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #341D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D73 is #CBE28C. Grayscale: #2D2D2D. Windows color (decimal): -13361805 or 7544116. OLE color: 7544116.
HSL color Cylindrical-coordinate representation of color #341D73: hue angle of 256.05º 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 #341D73 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 29 | 115 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.55 |
| HSL | 256.05º | 0.6% | 0.28% | - |
| HSV(B) | 256.05º | 0.75% | 0.45% | - |
| XYZ | 4.95 | 2.85 | 16.51 | - |
| YUV | 45.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 115 | 0.55 | 0.75 | 0 | 0.55 | 256.05 | 0.6 | 0.28 |
| Hex | 34 | 1D | 73 | 37 | 4B | 0 | 37 | 100 | 3C | 1C |
| Octal | 64 | 35 | 163 | 67 | 113 | 0 | 67 | 400 | 74 | 34 |
| Binary | 110100 | 11101 | 1110011 | 110111 | 1001011 | 0 | 110111 | 100000000 | 111100 | 11100 |
Color Harmonies of #341D73
Complementary color
Monochromatic Colors of #341D73
Black with #341D73
Text Example
Text Example
White with #341D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D73; }
p { color: rgb(52,29,115); }
H1.HeaderClassName
{
color: #341D73;
}
.AnyTagClassName
{
color: #341D73;
}
</style>
background-color css
<style>
a { background-color: #341D73; }
a { background-color: rgb(52,29,115); }
div.DivClassName
{
background-color: #341D73;
}
.BgClassName
{
background-color: #341D73;
}
</style>
border-color css
<style>
span { border-color: #341D73; }
span { border-color: rgb(52,29,115); }
td.TdClassName
{
border-color: #341D73;
}
.TagClassName
{
border-color: #341D73;
}
</style>