Shades of Persian Indigo #34086F
Tints of Persian Indigo #34086F
RGB
CMYK
RGB Variations
Color information
#34086F (or 0x34086F) is known color: Persian Indigo. HEX triplet: 34, 08 and 6F. RGB value is (52,8,111). Sum of RGB (Red+Green+Blue) = 52+8+111=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #34086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34086F is #CBF790. Grayscale: #202020. Windows color (decimal): -13367185 or 7276596. OLE color: 7276596.
HSL color Cylindrical-coordinate representation of color #34086F: hue angle of 265.63º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34086F is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 8 | 111 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.56 |
| HSL | 265.63º | 0.87% | 0.23% | - |
| HSV(B) | 265.63º | 0.93% | 0.44% | - |
| XYZ | 4.37 | 2.05 | 15.2 | - |
| YUV | 32.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 111 | 0.53 | 0.93 | 0 | 0.56 | 265.63 | 0.87 | 0.23 |
| Hex | 34 | 8 | 6F | 35 | 5D | 0 | 38 | 10A | 57 | 17 |
| Octal | 64 | 10 | 157 | 65 | 135 | 0 | 70 | 412 | 127 | 27 |
| Binary | 110100 | 1000 | 1101111 | 110101 | 1011101 | 0 | 111000 | 100001010 | 1010111 | 10111 |
Color Harmonies of #34086F
Complementary color
Monochromatic Colors of #34086F
Black with #34086F
Text Example
Text Example
White with #34086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34086F; }
p { color: rgb(52,8,111); }
H1.HeaderClassName
{
color: #34086F;
}
.AnyTagClassName
{
color: #34086F;
}
</style>
background-color css
<style>
a { background-color: #34086F; }
a { background-color: rgb(52,8,111); }
div.DivClassName
{
background-color: #34086F;
}
.BgClassName
{
background-color: #34086F;
}
</style>
border-color css
<style>
span { border-color: #34086F; }
span { border-color: rgb(52,8,111); }
td.TdClassName
{
border-color: #34086F;
}
.TagClassName
{
border-color: #34086F;
}
</style>