Shades of Persian Indigo #340E9E
Tints of Persian Indigo #340E9E
RGB
CMYK
RGB Variations
Color information
#340E9E (or 0x340E9E) is known color: Persian Indigo. HEX triplet: 34, 0E and 9E. RGB value is (52,14,158). Sum of RGB (Red+Green+Blue) = 52+14+158=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #340E9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340E9E is #CBF161. Grayscale: #292929. Windows color (decimal): -13365602 or 10358324. OLE color: 10358324.
HSL color Cylindrical-coordinate representation of color #340E9E: hue angle of 255.83º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #340E9E is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 14 | 158 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.38 |
| HSL | 255.83º | 0.84% | 0.34% | - |
| HSV(B) | 255.83º | 0.91% | 0.62% | - |
| XYZ | 7.74 | 3.51 | 32.62 | - |
| YUV | 41.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 158 | 0.67 | 0.91 | 0 | 0.38 | 255.83 | 0.84 | 0.34 |
| Hex | 34 | E | 9E | 43 | 5B | 0 | 26 | 100 | 54 | 22 |
| Octal | 64 | 16 | 236 | 103 | 133 | 0 | 46 | 400 | 124 | 42 |
| Binary | 110100 | 1110 | 10011110 | 1000011 | 1011011 | 0 | 100110 | 100000000 | 1010100 | 100010 |
Color Harmonies of #340E9E
Complementary color
Monochromatic Colors of #340E9E
Black with #340E9E
Text Example
Text Example
White with #340E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E9E; }
p { color: rgb(52,14,158); }
H1.HeaderClassName
{
color: #340E9E;
}
.AnyTagClassName
{
color: #340E9E;
}
</style>
background-color css
<style>
a { background-color: #340E9E; }
a { background-color: rgb(52,14,158); }
div.DivClassName
{
background-color: #340E9E;
}
.BgClassName
{
background-color: #340E9E;
}
</style>
border-color css
<style>
span { border-color: #340E9E; }
span { border-color: rgb(52,14,158); }
td.TdClassName
{
border-color: #340E9E;
}
.TagClassName
{
border-color: #340E9E;
}
</style>