Shades of Persian Indigo #340D76
Tints of Persian Indigo #340D76
RGB
CMYK
RGB Variations
Color information
#340D76 (or 0x340D76) is known color: Persian Indigo. HEX triplet: 34, 0D and 76. RGB value is (52,13,118). Sum of RGB (Red+Green+Blue) = 52+13+118=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #340D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340D76 is #CBF289. Grayscale: #242424. Windows color (decimal): -13365898 or 7736628. OLE color: 7736628.
HSL color Cylindrical-coordinate representation of color #340D76: hue angle of 262.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #340D76 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 13 | 118 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.54 |
| HSL | 262.29º | 0.8% | 0.26% | - |
| HSV(B) | 262.29º | 0.89% | 0.46% | - |
| XYZ | 4.83 | 2.33 | 17.33 | - |
| YUV | 36.63 | 173.92 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 118 | 0.56 | 0.89 | 0 | 0.54 | 262.29 | 0.8 | 0.26 |
| Hex | 34 | D | 76 | 38 | 59 | 0 | 36 | 106 | 50 | 1A |
| Octal | 64 | 15 | 166 | 70 | 131 | 0 | 66 | 406 | 120 | 32 |
| Binary | 110100 | 1101 | 1110110 | 111000 | 1011001 | 0 | 110110 | 100000110 | 1010000 | 11010 |
Color Harmonies of #340D76
Complementary color
Monochromatic Colors of #340D76
Black with #340D76
Text Example
Text Example
White with #340D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D76; }
p { color: rgb(52,13,118); }
H1.HeaderClassName
{
color: #340D76;
}
.AnyTagClassName
{
color: #340D76;
}
</style>
background-color css
<style>
a { background-color: #340D76; }
a { background-color: rgb(52,13,118); }
div.DivClassName
{
background-color: #340D76;
}
.BgClassName
{
background-color: #340D76;
}
</style>
border-color css
<style>
span { border-color: #340D76; }
span { border-color: rgb(52,13,118); }
td.TdClassName
{
border-color: #340D76;
}
.TagClassName
{
border-color: #340D76;
}
</style>