Shades of Persian Indigo #34057D
Tints of Persian Indigo #34057D
RGB
CMYK
RGB Variations
Color information
#34057D (or 0x34057D) is known color: Persian Indigo. HEX triplet: 34, 05 and 7D. RGB value is (52,5,125). Sum of RGB (Red+Green+Blue) = 52+5+125=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #34057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34057D is #CBFA82. Grayscale: #202020. Windows color (decimal): -13367939 or 8193332. OLE color: 8193332.
HSL color Cylindrical-coordinate representation of color #34057D: hue angle of 263.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34057D is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 5 | 125 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.51 |
| HSL | 263.5º | 0.92% | 0.25% | - |
| HSV(B) | 263.5º | 0.96% | 0.49% | - |
| XYZ | 5.17 | 2.32 | 19.58 | - |
| YUV | 32.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 125 | 0.58 | 0.96 | 0 | 0.51 | 263.5 | 0.92 | 0.25 |
| Hex | 34 | 5 | 7D | 3A | 60 | 0 | 33 | 108 | 5C | 19 |
| Octal | 64 | 5 | 175 | 72 | 140 | 0 | 63 | 410 | 134 | 31 |
| Binary | 110100 | 101 | 1111101 | 111010 | 1100000 | 0 | 110011 | 100001000 | 1011100 | 11001 |
Color Harmonies of #34057D
Complementary color
Monochromatic Colors of #34057D
Black with #34057D
Text Example
Text Example
White with #34057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34057D; }
p { color: rgb(52,5,125); }
H1.HeaderClassName
{
color: #34057D;
}
.AnyTagClassName
{
color: #34057D;
}
</style>
background-color css
<style>
a { background-color: #34057D; }
a { background-color: rgb(52,5,125); }
div.DivClassName
{
background-color: #34057D;
}
.BgClassName
{
background-color: #34057D;
}
</style>
border-color css
<style>
span { border-color: #34057D; }
span { border-color: rgb(52,5,125); }
td.TdClassName
{
border-color: #34057D;
}
.TagClassName
{
border-color: #34057D;
}
</style>