Shades of Persian Indigo #341A7C
Tints of Persian Indigo #341A7C
RGB
CMYK
RGB Variations
Color information
#341A7C (or 0x341A7C) is known color: Persian Indigo. HEX triplet: 34, 1A and 7C. RGB value is (52,26,124). Sum of RGB (Red+Green+Blue) = 52+26+124=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #341A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341A7C is #CBE583. Grayscale: #2C2C2C. Windows color (decimal): -13362564 or 8133172. OLE color: 8133172.
HSL color Cylindrical-coordinate representation of color #341A7C: hue angle of 255.92º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341A7C is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 26 | 124 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.51 |
| HSL | 255.92º | 0.65% | 0.29% | - |
| HSV(B) | 255.92º | 0.79% | 0.49% | - |
| XYZ | 5.42 | 2.92 | 19.35 | - |
| YUV | 44.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 124 | 0.58 | 0.79 | 0 | 0.51 | 255.92 | 0.65 | 0.29 |
| Hex | 34 | 1A | 7C | 3A | 4F | 0 | 33 | 100 | 41 | 1D |
| Octal | 64 | 32 | 174 | 72 | 117 | 0 | 63 | 400 | 101 | 35 |
| Binary | 110100 | 11010 | 1111100 | 111010 | 1001111 | 0 | 110011 | 100000000 | 1000001 | 11101 |
Color Harmonies of #341A7C
Complementary color
Monochromatic Colors of #341A7C
Black with #341A7C
Text Example
Text Example
White with #341A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A7C; }
p { color: rgb(52,26,124); }
H1.HeaderClassName
{
color: #341A7C;
}
.AnyTagClassName
{
color: #341A7C;
}
</style>
background-color css
<style>
a { background-color: #341A7C; }
a { background-color: rgb(52,26,124); }
div.DivClassName
{
background-color: #341A7C;
}
.BgClassName
{
background-color: #341A7C;
}
</style>
border-color css
<style>
span { border-color: #341A7C; }
span { border-color: rgb(52,26,124); }
td.TdClassName
{
border-color: #341A7C;
}
.TagClassName
{
border-color: #341A7C;
}
</style>