Shades of Persian Indigo #34136F
Tints of Persian Indigo #34136F
RGB
CMYK
RGB Variations
Color information
#34136F (or 0x34136F) is known color: Persian Indigo. HEX triplet: 34, 13 and 6F. RGB value is (52,19,111). Sum of RGB (Red+Green+Blue) = 52+19+111=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #34136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34136F is #CBEC90. Grayscale: #272727. Windows color (decimal): -13364369 or 7279412. OLE color: 7279412.
HSL color Cylindrical-coordinate representation of color #34136F: hue angle of 261.52º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34136F is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 19 | 111 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.56 |
| HSL | 261.52º | 0.71% | 0.25% | - |
| HSV(B) | 261.52º | 0.83% | 0.44% | - |
| XYZ | 4.52 | 2.34 | 15.25 | - |
| YUV | 39.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 111 | 0.53 | 0.83 | 0 | 0.56 | 261.52 | 0.71 | 0.25 |
| Hex | 34 | 13 | 6F | 35 | 53 | 0 | 38 | 106 | 47 | 19 |
| Octal | 64 | 23 | 157 | 65 | 123 | 0 | 70 | 406 | 107 | 31 |
| Binary | 110100 | 10011 | 1101111 | 110101 | 1010011 | 0 | 111000 | 100000110 | 1000111 | 11001 |
Color Harmonies of #34136F
Complementary color
Monochromatic Colors of #34136F
Black with #34136F
Text Example
Text Example
White with #34136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34136F; }
p { color: rgb(52,19,111); }
H1.HeaderClassName
{
color: #34136F;
}
.AnyTagClassName
{
color: #34136F;
}
</style>
background-color css
<style>
a { background-color: #34136F; }
a { background-color: rgb(52,19,111); }
div.DivClassName
{
background-color: #34136F;
}
.BgClassName
{
background-color: #34136F;
}
</style>
border-color css
<style>
span { border-color: #34136F; }
span { border-color: rgb(52,19,111); }
td.TdClassName
{
border-color: #34136F;
}
.TagClassName
{
border-color: #34136F;
}
</style>