Shades of Persian Indigo #34056C
Tints of Persian Indigo #34056C
RGB
CMYK
RGB Variations
Color information
#34056C (or 0x34056C) is known color: Persian Indigo. HEX triplet: 34, 05 and 6C. RGB value is (52,5,108). Sum of RGB (Red+Green+Blue) = 52+5+108=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #34056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34056C is #CBFA93. Grayscale: #1E1E1E. Windows color (decimal): -13367956 or 7079220. OLE color: 7079220.
HSL color Cylindrical-coordinate representation of color #34056C: hue angle of 267.38º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34056C is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 5 | 108 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.58 |
| HSL | 267.38º | 0.91% | 0.22% | - |
| HSV(B) | 267.38º | 0.95% | 0.42% | - |
| XYZ | 4.18 | 1.92 | 14.34 | - |
| YUV | 30.8 | 171.57 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 108 | 0.52 | 0.95 | 0 | 0.58 | 267.38 | 0.91 | 0.22 |
| Hex | 34 | 5 | 6C | 34 | 5F | 0 | 3A | 10B | 5B | 16 |
| Octal | 64 | 5 | 154 | 64 | 137 | 0 | 72 | 413 | 133 | 26 |
| Binary | 110100 | 101 | 1101100 | 110100 | 1011111 | 0 | 111010 | 100001011 | 1011011 | 10110 |
Color Harmonies of #34056C
Complementary color
Monochromatic Colors of #34056C
Black with #34056C
Text Example
Text Example
White with #34056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34056C; }
p { color: rgb(52,5,108); }
H1.HeaderClassName
{
color: #34056C;
}
.AnyTagClassName
{
color: #34056C;
}
</style>
background-color css
<style>
a { background-color: #34056C; }
a { background-color: rgb(52,5,108); }
div.DivClassName
{
background-color: #34056C;
}
.BgClassName
{
background-color: #34056C;
}
</style>
border-color css
<style>
span { border-color: #34056C; }
span { border-color: rgb(52,5,108); }
td.TdClassName
{
border-color: #34056C;
}
.TagClassName
{
border-color: #34056C;
}
</style>