Shades of Persian Indigo #34166D
Tints of Persian Indigo #34166D
RGB
CMYK
RGB Variations
Color information
#34166D (or 0x34166D) is known color: Persian Indigo. HEX triplet: 34, 16 and 6D. RGB value is (52,22,109). Sum of RGB (Red+Green+Blue) = 52+22+109=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #34166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34166D is #CBE992. Grayscale: #282828. Windows color (decimal): -13363603 or 7149108. OLE color: 7149108.
HSL color Cylindrical-coordinate representation of color #34166D: hue angle of 260.69º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34166D is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 22 | 109 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.57 |
| HSL | 260.69º | 0.66% | 0.26% | - |
| HSV(B) | 260.69º | 0.8% | 0.43% | - |
| XYZ | 4.46 | 2.41 | 14.7 | - |
| YUV | 40.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 109 | 0.52 | 0.80 | 0 | 0.57 | 260.69 | 0.66 | 0.26 |
| Hex | 34 | 16 | 6D | 34 | 50 | 0 | 39 | 105 | 42 | 1A |
| Octal | 64 | 26 | 155 | 64 | 120 | 0 | 71 | 405 | 102 | 32 |
| Binary | 110100 | 10110 | 1101101 | 110100 | 1010000 | 0 | 111001 | 100000101 | 1000010 | 11010 |
Color Harmonies of #34166D
Complementary color
Monochromatic Colors of #34166D
Black with #34166D
Text Example
Text Example
White with #34166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34166D; }
p { color: rgb(52,22,109); }
H1.HeaderClassName
{
color: #34166D;
}
.AnyTagClassName
{
color: #34166D;
}
</style>
background-color css
<style>
a { background-color: #34166D; }
a { background-color: rgb(52,22,109); }
div.DivClassName
{
background-color: #34166D;
}
.BgClassName
{
background-color: #34166D;
}
</style>
border-color css
<style>
span { border-color: #34166D; }
span { border-color: rgb(52,22,109); }
td.TdClassName
{
border-color: #34166D;
}
.TagClassName
{
border-color: #34166D;
}
</style>