Shades of Persian Indigo #340D91
Tints of Persian Indigo #340D91
RGB
CMYK
RGB Variations
Color information
#340D91 (or 0x340D91) is known color: Persian Indigo. HEX triplet: 34, 0D and 91. RGB value is (52,13,145). Sum of RGB (Red+Green+Blue) = 52+13+145=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #340D91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340D91 is #CBF26E. Grayscale: #272727. Windows color (decimal): -13365871 or 9506100. OLE color: 9506100.
HSL color Cylindrical-coordinate representation of color #340D91: hue angle of 257.73º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #340D91 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 13 | 145 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.43 |
| HSL | 257.73º | 0.84% | 0.31% | - |
| HSV(B) | 257.73º | 0.91% | 0.57% | - |
| XYZ | 6.67 | 3.06 | 27.03 | - |
| YUV | 39.71 | 187.42 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 145 | 0.64 | 0.91 | 0 | 0.43 | 257.73 | 0.84 | 0.31 |
| Hex | 34 | D | 91 | 40 | 5B | 0 | 2B | 102 | 54 | 1F |
| Octal | 64 | 15 | 221 | 100 | 133 | 0 | 53 | 402 | 124 | 37 |
| Binary | 110100 | 1101 | 10010001 | 1000000 | 1011011 | 0 | 101011 | 100000010 | 1010100 | 11111 |
Color Harmonies of #340D91
Complementary color
Monochromatic Colors of #340D91
Black with #340D91
Text Example
Text Example
White with #340D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D91; }
p { color: rgb(52,13,145); }
H1.HeaderClassName
{
color: #340D91;
}
.AnyTagClassName
{
color: #340D91;
}
</style>
background-color css
<style>
a { background-color: #340D91; }
a { background-color: rgb(52,13,145); }
div.DivClassName
{
background-color: #340D91;
}
.BgClassName
{
background-color: #340D91;
}
</style>
border-color css
<style>
span { border-color: #340D91; }
span { border-color: rgb(52,13,145); }
td.TdClassName
{
border-color: #340D91;
}
.TagClassName
{
border-color: #340D91;
}
</style>