Shades of Persian Indigo #34079A
Tints of Persian Indigo #34079A
RGB
CMYK
RGB Variations
Color information
#34079A (or 0x34079A) is known color: Persian Indigo. HEX triplet: 34, 07 and 9A. RGB value is (52,7,154). Sum of RGB (Red+Green+Blue) = 52+7+154=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 154 (60.55% from 255 or 72.30% from 213); Max value from RGB is 154 - color contains mainly: blue. Hex color #34079A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34079A is #CBF865. Grayscale: #242424. Windows color (decimal): -13367398 or 10094388. OLE color: 10094388.
HSL color Cylindrical-coordinate representation of color #34079A: hue angle of 258.37º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34079A is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 7 | 154 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.40 |
| HSL | 258.37º | 0.91% | 0.32% | - |
| HSV(B) | 258.37º | 0.95% | 0.6% | - |
| XYZ | 7.32 | 3.22 | 30.81 | - |
| YUV | 37.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 154 | 0.66 | 0.95 | 0 | 0.40 | 258.37 | 0.91 | 0.32 |
| Hex | 34 | 7 | 9A | 42 | 5F | 0 | 28 | 102 | 5B | 20 |
| Octal | 64 | 7 | 232 | 102 | 137 | 0 | 50 | 402 | 133 | 40 |
| Binary | 110100 | 111 | 10011010 | 1000010 | 1011111 | 0 | 101000 | 100000010 | 1011011 | 100000 |
Color Harmonies of #34079A
Complementary color
Monochromatic Colors of #34079A
Black with #34079A
Text Example
Text Example
White with #34079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34079A; }
p { color: rgb(52,7,154); }
H1.HeaderClassName
{
color: #34079A;
}
.AnyTagClassName
{
color: #34079A;
}
</style>
background-color css
<style>
a { background-color: #34079A; }
a { background-color: rgb(52,7,154); }
div.DivClassName
{
background-color: #34079A;
}
.BgClassName
{
background-color: #34079A;
}
</style>
border-color css
<style>
span { border-color: #34079A; }
span { border-color: rgb(52,7,154); }
td.TdClassName
{
border-color: #34079A;
}
.TagClassName
{
border-color: #34079A;
}
</style>