Shades of Persian Indigo #34076E
Tints of Persian Indigo #34076E
RGB
CMYK
RGB Variations
Color information
#34076E (or 0x34076E) is known color: Persian Indigo. HEX triplet: 34, 07 and 6E. RGB value is (52,7,110). Sum of RGB (Red+Green+Blue) = 52+7+110=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #34076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34076E is #CBF891. Grayscale: #1F1F1F. Windows color (decimal): -13367442 or 7210804. OLE color: 7210804.
HSL color Cylindrical-coordinate representation of color #34076E: hue angle of 266.21º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34076E is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 7 | 110 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.57 |
| HSL | 266.21º | 0.88% | 0.23% | - |
| HSV(B) | 266.21º | 0.94% | 0.43% | - |
| XYZ | 4.31 | 2.01 | 14.91 | - |
| YUV | 32.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 110 | 0.53 | 0.94 | 0 | 0.57 | 266.21 | 0.88 | 0.23 |
| Hex | 34 | 7 | 6E | 35 | 5E | 0 | 39 | 10A | 58 | 17 |
| Octal | 64 | 7 | 156 | 65 | 136 | 0 | 71 | 412 | 130 | 27 |
| Binary | 110100 | 111 | 1101110 | 110101 | 1011110 | 0 | 111001 | 100001010 | 1011000 | 10111 |
Color Harmonies of #34076E
Complementary color
Monochromatic Colors of #34076E
Black with #34076E
Text Example
Text Example
White with #34076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34076E; }
p { color: rgb(52,7,110); }
H1.HeaderClassName
{
color: #34076E;
}
.AnyTagClassName
{
color: #34076E;
}
</style>
background-color css
<style>
a { background-color: #34076E; }
a { background-color: rgb(52,7,110); }
div.DivClassName
{
background-color: #34076E;
}
.BgClassName
{
background-color: #34076E;
}
</style>
border-color css
<style>
span { border-color: #34076E; }
span { border-color: rgb(52,7,110); }
td.TdClassName
{
border-color: #34076E;
}
.TagClassName
{
border-color: #34076E;
}
</style>