Shades of Persian Indigo #34167B
Tints of Persian Indigo #34167B
RGB
CMYK
RGB Variations
Color information
#34167B (or 0x34167B) is known color: Persian Indigo. HEX triplet: 34, 16 and 7B. RGB value is (52,22,123). Sum of RGB (Red+Green+Blue) = 52+22+123=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #34167B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34167B is #CBE984. Grayscale: #2A2A2A. Windows color (decimal): -13363589 or 8066612. OLE color: 8066612.
HSL color Cylindrical-coordinate representation of color #34167B: hue angle of 257.82º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34167B is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 22 | 123 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.52 |
| HSL | 257.82º | 0.7% | 0.28% | - |
| HSV(B) | 257.82º | 0.82% | 0.48% | - |
| XYZ | 5.28 | 2.73 | 18.99 | - |
| YUV | 42.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 123 | 0.58 | 0.82 | 0 | 0.52 | 257.82 | 0.7 | 0.28 |
| Hex | 34 | 16 | 7B | 3A | 52 | 0 | 34 | 102 | 46 | 1C |
| Octal | 64 | 26 | 173 | 72 | 122 | 0 | 64 | 402 | 106 | 34 |
| Binary | 110100 | 10110 | 1111011 | 111010 | 1010010 | 0 | 110100 | 100000010 | 1000110 | 11100 |
Color Harmonies of #34167B
Complementary color
Monochromatic Colors of #34167B
Black with #34167B
Text Example
Text Example
White with #34167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34167B; }
p { color: rgb(52,22,123); }
H1.HeaderClassName
{
color: #34167B;
}
.AnyTagClassName
{
color: #34167B;
}
</style>
background-color css
<style>
a { background-color: #34167B; }
a { background-color: rgb(52,22,123); }
div.DivClassName
{
background-color: #34167B;
}
.BgClassName
{
background-color: #34167B;
}
</style>
border-color css
<style>
span { border-color: #34167B; }
span { border-color: rgb(52,22,123); }
td.TdClassName
{
border-color: #34167B;
}
.TagClassName
{
border-color: #34167B;
}
</style>