Shades of Persian Indigo #34188B
Tints of Persian Indigo #34188B
RGB
CMYK
RGB Variations
Color information
#34188B (or 0x34188B) is known color: Persian Indigo. HEX triplet: 34, 18 and 8B. RGB value is (52,24,139). Sum of RGB (Red+Green+Blue) = 52+24+139=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #34188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34188B is #CBE774. Grayscale: #2D2D2D. Windows color (decimal): -13363061 or 9115700. OLE color: 9115700.
HSL color Cylindrical-coordinate representation of color #34188B: hue angle of 254.61º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34188B is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 24 | 139 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.45 |
| HSL | 254.61º | 0.71% | 0.32% | - |
| HSV(B) | 254.61º | 0.83% | 0.55% | - |
| XYZ | 6.4 | 3.25 | 24.72 | - |
| YUV | 45.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 139 | 0.63 | 0.83 | 0 | 0.45 | 254.61 | 0.71 | 0.32 |
| Hex | 34 | 18 | 8B | 3F | 53 | 0 | 2D | FF | 47 | 20 |
| Octal | 64 | 30 | 213 | 77 | 123 | 0 | 55 | 377 | 107 | 40 |
| Binary | 110100 | 11000 | 10001011 | 111111 | 1010011 | 0 | 101101 | 11111111 | 1000111 | 100000 |
Color Harmonies of #34188B
Complementary color
Monochromatic Colors of #34188B
Black with #34188B
Text Example
Text Example
White with #34188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34188B; }
p { color: rgb(52,24,139); }
H1.HeaderClassName
{
color: #34188B;
}
.AnyTagClassName
{
color: #34188B;
}
</style>
background-color css
<style>
a { background-color: #34188B; }
a { background-color: rgb(52,24,139); }
div.DivClassName
{
background-color: #34188B;
}
.BgClassName
{
background-color: #34188B;
}
</style>
border-color css
<style>
span { border-color: #34188B; }
span { border-color: rgb(52,24,139); }
td.TdClassName
{
border-color: #34188B;
}
.TagClassName
{
border-color: #34188B;
}
</style>