Shades of Persian Indigo #34189C
Tints of Persian Indigo #34189C
RGB
CMYK
RGB Variations
Color information
#34189C (or 0x34189C) is known color: Persian Indigo. HEX triplet: 34, 18 and 9C. RGB value is (52,24,156). Sum of RGB (Red+Green+Blue) = 52+24+156=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #34189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34189C is #CBE763. Grayscale: #2E2E2E. Windows color (decimal): -13363044 or 10229812. OLE color: 10229812.
HSL color Cylindrical-coordinate representation of color #34189C: hue angle of 252.73º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34189C is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 24 | 156 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.39 |
| HSL | 252.73º | 0.73% | 0.35% | - |
| HSV(B) | 252.73º | 0.85% | 0.61% | - |
| XYZ | 7.74 | 3.78 | 31.77 | - |
| YUV | 47.42 | 189.28 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 156 | 0.67 | 0.85 | 0 | 0.39 | 252.73 | 0.73 | 0.35 |
| Hex | 34 | 18 | 9C | 43 | 55 | 0 | 27 | FD | 49 | 23 |
| Octal | 64 | 30 | 234 | 103 | 125 | 0 | 47 | 375 | 111 | 43 |
| Binary | 110100 | 11000 | 10011100 | 1000011 | 1010101 | 0 | 100111 | 11111101 | 1001001 | 100011 |
Color Harmonies of #34189C
Complementary color
Monochromatic Colors of #34189C
Black with #34189C
Text Example
Text Example
White with #34189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34189C; }
p { color: rgb(52,24,156); }
H1.HeaderClassName
{
color: #34189C;
}
.AnyTagClassName
{
color: #34189C;
}
</style>
background-color css
<style>
a { background-color: #34189C; }
a { background-color: rgb(52,24,156); }
div.DivClassName
{
background-color: #34189C;
}
.BgClassName
{
background-color: #34189C;
}
</style>
border-color css
<style>
span { border-color: #34189C; }
span { border-color: rgb(52,24,156); }
td.TdClassName
{
border-color: #34189C;
}
.TagClassName
{
border-color: #34189C;
}
</style>