Shades of Persian Indigo #340E8D
Tints of Persian Indigo #340E8D
RGB
CMYK
RGB Variations
Color information
#340E8D (or 0x340E8D) is known color: Persian Indigo. HEX triplet: 34, 0E and 8D. RGB value is (52,14,141). Sum of RGB (Red+Green+Blue) = 52+14+141=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #340E8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340E8D is #CBF172. Grayscale: #272727. Windows color (decimal): -13365619 or 9244212. OLE color: 9244212.
HSL color Cylindrical-coordinate representation of color #340E8D: hue angle of 257.95º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340E8D is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 14 | 141 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.45 |
| HSL | 257.95º | 0.82% | 0.3% | - |
| HSV(B) | 257.95º | 0.9% | 0.55% | - |
| XYZ | 6.38 | 2.97 | 25.44 | - |
| YUV | 39.84 | 185.09 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 141 | 0.63 | 0.90 | 0 | 0.45 | 257.95 | 0.82 | 0.3 |
| Hex | 34 | E | 8D | 3F | 5A | 0 | 2D | 102 | 52 | 1E |
| Octal | 64 | 16 | 215 | 77 | 132 | 0 | 55 | 402 | 122 | 36 |
| Binary | 110100 | 1110 | 10001101 | 111111 | 1011010 | 0 | 101101 | 100000010 | 1010010 | 11110 |
Color Harmonies of #340E8D
Complementary color
Monochromatic Colors of #340E8D
Black with #340E8D
Text Example
Text Example
White with #340E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E8D; }
p { color: rgb(52,14,141); }
H1.HeaderClassName
{
color: #340E8D;
}
.AnyTagClassName
{
color: #340E8D;
}
</style>
background-color css
<style>
a { background-color: #340E8D; }
a { background-color: rgb(52,14,141); }
div.DivClassName
{
background-color: #340E8D;
}
.BgClassName
{
background-color: #340E8D;
}
</style>
border-color css
<style>
span { border-color: #340E8D; }
span { border-color: rgb(52,14,141); }
td.TdClassName
{
border-color: #340E8D;
}
.TagClassName
{
border-color: #340E8D;
}
</style>