Shades of Persian Indigo #34068D
Tints of Persian Indigo #34068D
RGB
CMYK
RGB Variations
Color information
#34068D (or 0x34068D) is known color: Persian Indigo. HEX triplet: 34, 06 and 8D. RGB value is (52,6,141). Sum of RGB (Red+Green+Blue) = 52+6+141=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 141 (55.47% from 255 or 70.85% from 199); Max value from RGB is 141 - color contains mainly: blue. Hex color #34068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34068D is #CBF972. Grayscale: #222222. Windows color (decimal): -13367667 or 9242164. OLE color: 9242164.
HSL color Cylindrical-coordinate representation of color #34068D: hue angle of 260.44º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34068D is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 6 | 141 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.45 |
| HSL | 260.44º | 0.92% | 0.29% | - |
| HSV(B) | 260.44º | 0.96% | 0.55% | - |
| XYZ | 6.29 | 2.78 | 25.41 | - |
| YUV | 35.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 141 | 0.63 | 0.96 | 0 | 0.45 | 260.44 | 0.92 | 0.29 |
| Hex | 34 | 6 | 8D | 3F | 60 | 0 | 2D | 104 | 5C | 1D |
| Octal | 64 | 6 | 215 | 77 | 140 | 0 | 55 | 404 | 134 | 35 |
| Binary | 110100 | 110 | 10001101 | 111111 | 1100000 | 0 | 101101 | 100000100 | 1011100 | 11101 |
Color Harmonies of #34068D
Complementary color
Monochromatic Colors of #34068D
Black with #34068D
Text Example
Text Example
White with #34068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34068D; }
p { color: rgb(52,6,141); }
H1.HeaderClassName
{
color: #34068D;
}
.AnyTagClassName
{
color: #34068D;
}
</style>
background-color css
<style>
a { background-color: #34068D; }
a { background-color: rgb(52,6,141); }
div.DivClassName
{
background-color: #34068D;
}
.BgClassName
{
background-color: #34068D;
}
</style>
border-color css
<style>
span { border-color: #34068D; }
span { border-color: rgb(52,6,141); }
td.TdClassName
{
border-color: #34068D;
}
.TagClassName
{
border-color: #34068D;
}
</style>