Shades of Persian Indigo #34017D
Tints of Persian Indigo #34017D
RGB
CMYK
RGB Variations
Color information
#34017D (or 0x34017D) is known color: Persian Indigo. HEX triplet: 34, 01 and 7D. RGB value is (52,1,125). Sum of RGB (Red+Green+Blue) = 52+1+125=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #34017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34017D is #CBFE82. Grayscale: #1D1D1D. Windows color (decimal): -13368963 or 8192308. OLE color: 8192308.
HSL color Cylindrical-coordinate representation of color #34017D: hue angle of 264.68º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34017D is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 1 | 125 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.51 |
| HSL | 264.68º | 0.98% | 0.25% | - |
| HSV(B) | 264.68º | 0.99% | 0.49% | - |
| XYZ | 5.13 | 2.23 | 19.56 | - |
| YUV | 30.39 | 181.4 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 125 | 0.58 | 0.99 | 0 | 0.51 | 264.68 | 0.98 | 0.25 |
| Hex | 34 | 1 | 7D | 3A | 63 | 0 | 33 | 109 | 62 | 19 |
| Octal | 64 | 1 | 175 | 72 | 143 | 0 | 63 | 411 | 142 | 31 |
| Binary | 110100 | 1 | 1111101 | 111010 | 1100011 | 0 | 110011 | 100001001 | 1100010 | 11001 |
Color Harmonies of #34017D
Complementary color
Monochromatic Colors of #34017D
Black with #34017D
Text Example
Text Example
White with #34017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34017D; }
p { color: rgb(52,1,125); }
H1.HeaderClassName
{
color: #34017D;
}
.AnyTagClassName
{
color: #34017D;
}
</style>
background-color css
<style>
a { background-color: #34017D; }
a { background-color: rgb(52,1,125); }
div.DivClassName
{
background-color: #34017D;
}
.BgClassName
{
background-color: #34017D;
}
</style>
border-color css
<style>
span { border-color: #34017D; }
span { border-color: rgb(52,1,125); }
td.TdClassName
{
border-color: #34017D;
}
.TagClassName
{
border-color: #34017D;
}
</style>