Shades of Persian Indigo #34078D
Tints of Persian Indigo #34078D
RGB
CMYK
RGB Variations
Color information
#34078D (or 0x34078D) is known color: Persian Indigo. HEX triplet: 34, 07 and 8D. RGB value is (52,7,141). Sum of RGB (Red+Green+Blue) = 52+7+141=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #34078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34078D is #CBF872. Grayscale: #232323. Windows color (decimal): -13367411 or 9242420. OLE color: 9242420.
HSL color Cylindrical-coordinate representation of color #34078D: hue angle of 260.15º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34078D is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 7 | 141 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.45 |
| HSL | 260.15º | 0.91% | 0.29% | - |
| HSV(B) | 260.15º | 0.95% | 0.55% | - |
| XYZ | 6.3 | 2.81 | 25.41 | - |
| YUV | 35.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 141 | 0.63 | 0.95 | 0 | 0.45 | 260.15 | 0.91 | 0.29 |
| Hex | 34 | 7 | 8D | 3F | 5F | 0 | 2D | 104 | 5B | 1D |
| Octal | 64 | 7 | 215 | 77 | 137 | 0 | 55 | 404 | 133 | 35 |
| Binary | 110100 | 111 | 10001101 | 111111 | 1011111 | 0 | 101101 | 100000100 | 1011011 | 11101 |
Color Harmonies of #34078D
Complementary color
Monochromatic Colors of #34078D
Black with #34078D
Text Example
Text Example
White with #34078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34078D; }
p { color: rgb(52,7,141); }
H1.HeaderClassName
{
color: #34078D;
}
.AnyTagClassName
{
color: #34078D;
}
</style>
background-color css
<style>
a { background-color: #34078D; }
a { background-color: rgb(52,7,141); }
div.DivClassName
{
background-color: #34078D;
}
.BgClassName
{
background-color: #34078D;
}
</style>
border-color css
<style>
span { border-color: #34078D; }
span { border-color: rgb(52,7,141); }
td.TdClassName
{
border-color: #34078D;
}
.TagClassName
{
border-color: #34078D;
}
</style>