Shades of Persian Indigo #34109B
Tints of Persian Indigo #34109B
RGB
CMYK
RGB Variations
Color information
#34109B (or 0x34109B) is known color: Persian Indigo. HEX triplet: 34, 10 and 9B. RGB value is (52,16,155). Sum of RGB (Red+Green+Blue) = 52+16+155=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #34109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34109B is #CBEF64. Grayscale: #2A2A2A. Windows color (decimal): -13365093 or 10162228. OLE color: 10162228.
HSL color Cylindrical-coordinate representation of color #34109B: hue angle of 255.54º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34109B is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 16 | 155 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.39 |
| HSL | 255.54º | 0.81% | 0.34% | - |
| HSV(B) | 255.54º | 0.9% | 0.61% | - |
| XYZ | 7.52 | 3.47 | 31.28 | - |
| YUV | 42.61 | 191.43 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 155 | 0.66 | 0.90 | 0 | 0.39 | 255.54 | 0.81 | 0.34 |
| Hex | 34 | 10 | 9B | 42 | 5A | 0 | 27 | 100 | 51 | 22 |
| Octal | 64 | 20 | 233 | 102 | 132 | 0 | 47 | 400 | 121 | 42 |
| Binary | 110100 | 10000 | 10011011 | 1000010 | 1011010 | 0 | 100111 | 100000000 | 1010001 | 100010 |
Color Harmonies of #34109B
Complementary color
Monochromatic Colors of #34109B
Black with #34109B
Text Example
Text Example
White with #34109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34109B; }
p { color: rgb(52,16,155); }
H1.HeaderClassName
{
color: #34109B;
}
.AnyTagClassName
{
color: #34109B;
}
</style>
background-color css
<style>
a { background-color: #34109B; }
a { background-color: rgb(52,16,155); }
div.DivClassName
{
background-color: #34109B;
}
.BgClassName
{
background-color: #34109B;
}
</style>
border-color css
<style>
span { border-color: #34109B; }
span { border-color: rgb(52,16,155); }
td.TdClassName
{
border-color: #34109B;
}
.TagClassName
{
border-color: #34109B;
}
</style>