Shades of Persian Indigo #340A76
Tints of Persian Indigo #340A76
RGB
CMYK
RGB Variations
Color information
#340A76 (or 0x340A76) is known color: Persian Indigo. HEX triplet: 34, 0A and 76. RGB value is (52,10,118). Sum of RGB (Red+Green+Blue) = 52+10+118=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #340A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340A76 is #CBF589. Grayscale: #222222. Windows color (decimal): -13366666 or 7735860. OLE color: 7735860.
HSL color Cylindrical-coordinate representation of color #340A76: hue angle of 263.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340A76 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 10 | 118 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.54 |
| HSL | 263.33º | 0.84% | 0.25% | - |
| HSV(B) | 263.33º | 0.92% | 0.46% | - |
| XYZ | 4.79 | 2.26 | 17.32 | - |
| YUV | 34.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 118 | 0.56 | 0.92 | 0 | 0.54 | 263.33 | 0.84 | 0.25 |
| Hex | 34 | A | 76 | 38 | 5C | 0 | 36 | 107 | 54 | 19 |
| Octal | 64 | 12 | 166 | 70 | 134 | 0 | 66 | 407 | 124 | 31 |
| Binary | 110100 | 1010 | 1110110 | 111000 | 1011100 | 0 | 110110 | 100000111 | 1010100 | 11001 |
Color Harmonies of #340A76
Complementary color
Monochromatic Colors of #340A76
Black with #340A76
Text Example
Text Example
White with #340A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A76; }
p { color: rgb(52,10,118); }
H1.HeaderClassName
{
color: #340A76;
}
.AnyTagClassName
{
color: #340A76;
}
</style>
background-color css
<style>
a { background-color: #340A76; }
a { background-color: rgb(52,10,118); }
div.DivClassName
{
background-color: #340A76;
}
.BgClassName
{
background-color: #340A76;
}
</style>
border-color css
<style>
span { border-color: #340A76; }
span { border-color: rgb(52,10,118); }
td.TdClassName
{
border-color: #340A76;
}
.TagClassName
{
border-color: #340A76;
}
</style>