Shades of Persian Indigo #34137F
Tints of Persian Indigo #34137F
RGB
CMYK
RGB Variations
Color information
#34137F (or 0x34137F) is known color: Persian Indigo. HEX triplet: 34, 13 and 7F. RGB value is (52,19,127). Sum of RGB (Red+Green+Blue) = 52+19+127=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #34137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34137F is #CBEC80. Grayscale: #282828. Windows color (decimal): -13364353 or 8327988. OLE color: 8327988.
HSL color Cylindrical-coordinate representation of color #34137F: hue angle of 258.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34137F is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 19 | 127 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.50 |
| HSL | 258.33º | 0.74% | 0.29% | - |
| HSV(B) | 258.33º | 0.85% | 0.5% | - |
| XYZ | 5.48 | 2.73 | 20.32 | - |
| YUV | 41.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 127 | 0.59 | 0.85 | 0 | 0.50 | 258.33 | 0.74 | 0.29 |
| Hex | 34 | 13 | 7F | 3B | 55 | 0 | 32 | 102 | 4A | 1D |
| Octal | 64 | 23 | 177 | 73 | 125 | 0 | 62 | 402 | 112 | 35 |
| Binary | 110100 | 10011 | 1111111 | 111011 | 1010101 | 0 | 110010 | 100000010 | 1001010 | 11101 |
Color Harmonies of #34137F
Complementary color
Monochromatic Colors of #34137F
Black with #34137F
Text Example
Text Example
White with #34137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34137F; }
p { color: rgb(52,19,127); }
H1.HeaderClassName
{
color: #34137F;
}
.AnyTagClassName
{
color: #34137F;
}
</style>
background-color css
<style>
a { background-color: #34137F; }
a { background-color: rgb(52,19,127); }
div.DivClassName
{
background-color: #34137F;
}
.BgClassName
{
background-color: #34137F;
}
</style>
border-color css
<style>
span { border-color: #34137F; }
span { border-color: rgb(52,19,127); }
td.TdClassName
{
border-color: #34137F;
}
.TagClassName
{
border-color: #34137F;
}
</style>