Shades of Persian Indigo #34106D
Tints of Persian Indigo #34106D
RGB
CMYK
RGB Variations
Color information
#34106D (or 0x34106D) is known color: Persian Indigo. HEX triplet: 34, 10 and 6D. RGB value is (52,16,109). Sum of RGB (Red+Green+Blue) = 52+16+109=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #34106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34106D is #CBEF92. Grayscale: #252525. Windows color (decimal): -13365139 or 7147572. OLE color: 7147572.
HSL color Cylindrical-coordinate representation of color #34106D: hue angle of 263.23º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34106D is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 16 | 109 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.57 |
| HSL | 263.23º | 0.74% | 0.25% | - |
| HSV(B) | 263.23º | 0.85% | 0.43% | - |
| XYZ | 4.36 | 2.2 | 14.66 | - |
| YUV | 37.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 109 | 0.52 | 0.85 | 0 | 0.57 | 263.23 | 0.74 | 0.25 |
| Hex | 34 | 10 | 6D | 34 | 55 | 0 | 39 | 107 | 4A | 19 |
| Octal | 64 | 20 | 155 | 64 | 125 | 0 | 71 | 407 | 112 | 31 |
| Binary | 110100 | 10000 | 1101101 | 110100 | 1010101 | 0 | 111001 | 100000111 | 1001010 | 11001 |
Color Harmonies of #34106D
Complementary color
Monochromatic Colors of #34106D
Black with #34106D
Text Example
Text Example
White with #34106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34106D; }
p { color: rgb(52,16,109); }
H1.HeaderClassName
{
color: #34106D;
}
.AnyTagClassName
{
color: #34106D;
}
</style>
background-color css
<style>
a { background-color: #34106D; }
a { background-color: rgb(52,16,109); }
div.DivClassName
{
background-color: #34106D;
}
.BgClassName
{
background-color: #34106D;
}
</style>
border-color css
<style>
span { border-color: #34106D; }
span { border-color: rgb(52,16,109); }
td.TdClassName
{
border-color: #34106D;
}
.TagClassName
{
border-color: #34106D;
}
</style>