Shades of Persian Indigo #34079B
Tints of Persian Indigo #34079B
RGB
CMYK
RGB Variations
Color information
#34079B (or 0x34079B) is known color: Persian Indigo. HEX triplet: 34, 07 and 9B. RGB value is (52,7,155). Sum of RGB (Red+Green+Blue) = 52+7+155=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #34079B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34079B is #CBF864. Grayscale: #242424. Windows color (decimal): -13367397 or 10159924. OLE color: 10159924.
HSL color Cylindrical-coordinate representation of color #34079B: hue angle of 258.24º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34079B is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 7 | 155 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.39 |
| HSL | 258.24º | 0.91% | 0.32% | - |
| HSV(B) | 258.24º | 0.95% | 0.61% | - |
| XYZ | 7.41 | 3.25 | 31.25 | - |
| YUV | 37.33 | 194.41 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 155 | 0.66 | 0.95 | 0 | 0.39 | 258.24 | 0.91 | 0.32 |
| Hex | 34 | 7 | 9B | 42 | 5F | 0 | 27 | 102 | 5B | 20 |
| Octal | 64 | 7 | 233 | 102 | 137 | 0 | 47 | 402 | 133 | 40 |
| Binary | 110100 | 111 | 10011011 | 1000010 | 1011111 | 0 | 100111 | 100000010 | 1011011 | 100000 |
Color Harmonies of #34079B
Complementary color
Monochromatic Colors of #34079B
Black with #34079B
Text Example
Text Example
White with #34079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34079B; }
p { color: rgb(52,7,155); }
H1.HeaderClassName
{
color: #34079B;
}
.AnyTagClassName
{
color: #34079B;
}
</style>
background-color css
<style>
a { background-color: #34079B; }
a { background-color: rgb(52,7,155); }
div.DivClassName
{
background-color: #34079B;
}
.BgClassName
{
background-color: #34079B;
}
</style>
border-color css
<style>
span { border-color: #34079B; }
span { border-color: rgb(52,7,155); }
td.TdClassName
{
border-color: #34079B;
}
.TagClassName
{
border-color: #34079B;
}
</style>