Shades of Persian Indigo #34177A
Tints of Persian Indigo #34177A
RGB
CMYK
RGB Variations
Color information
#34177A (or 0x34177A) is known color: Persian Indigo. HEX triplet: 34, 17 and 7A. RGB value is (52,23,122). Sum of RGB (Red+Green+Blue) = 52+23+122=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #34177A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34177A is #CBE885. Grayscale: #2A2A2A. Windows color (decimal): -13363334 or 8001332. OLE color: 8001332.
HSL color Cylindrical-coordinate representation of color #34177A: hue angle of 257.58º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34177A is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 23 | 122 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.52 |
| HSL | 257.58º | 0.68% | 0.28% | - |
| HSV(B) | 257.58º | 0.81% | 0.48% | - |
| XYZ | 5.24 | 2.75 | 18.67 | - |
| YUV | 42.96 | 172.61 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 122 | 0.57 | 0.81 | 0 | 0.52 | 257.58 | 0.68 | 0.28 |
| Hex | 34 | 17 | 7A | 39 | 51 | 0 | 34 | 102 | 44 | 1C |
| Octal | 64 | 27 | 172 | 71 | 121 | 0 | 64 | 402 | 104 | 34 |
| Binary | 110100 | 10111 | 1111010 | 111001 | 1010001 | 0 | 110100 | 100000010 | 1000100 | 11100 |
Color Harmonies of #34177A
Complementary color
Monochromatic Colors of #34177A
Black with #34177A
Text Example
Text Example
White with #34177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34177A; }
p { color: rgb(52,23,122); }
H1.HeaderClassName
{
color: #34177A;
}
.AnyTagClassName
{
color: #34177A;
}
</style>
background-color css
<style>
a { background-color: #34177A; }
a { background-color: rgb(52,23,122); }
div.DivClassName
{
background-color: #34177A;
}
.BgClassName
{
background-color: #34177A;
}
</style>
border-color css
<style>
span { border-color: #34177A; }
span { border-color: rgb(52,23,122); }
td.TdClassName
{
border-color: #34177A;
}
.TagClassName
{
border-color: #34177A;
}
</style>