Shades of Persian Indigo #34129A
Tints of Persian Indigo #34129A
RGB
CMYK
RGB Variations
Color information
#34129A (or 0x34129A) is known color: Persian Indigo. HEX triplet: 34, 12 and 9A. RGB value is (52,18,154). Sum of RGB (Red+Green+Blue) = 52+18+154=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #34129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34129A is #CBED65. Grayscale: #2B2B2B. Windows color (decimal): -13364582 or 10097204. OLE color: 10097204.
HSL color Cylindrical-coordinate representation of color #34129A: hue angle of 255º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34129A is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 18 | 154 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.40 |
| HSL | 255º | 0.79% | 0.34% | - |
| HSV(B) | 255º | 0.88% | 0.6% | - |
| XYZ | 7.47 | 3.5 | 30.85 | - |
| YUV | 43.67 | 190.26 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 154 | 0.66 | 0.88 | 0 | 0.40 | 255 | 0.79 | 0.34 |
| Hex | 34 | 12 | 9A | 42 | 58 | 0 | 28 | FF | 4F | 22 |
| Octal | 64 | 22 | 232 | 102 | 130 | 0 | 50 | 377 | 117 | 42 |
| Binary | 110100 | 10010 | 10011010 | 1000010 | 1011000 | 0 | 101000 | 11111111 | 1001111 | 100010 |
Color Harmonies of #34129A
Complementary color
Monochromatic Colors of #34129A
Black with #34129A
Text Example
Text Example
White with #34129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34129A; }
p { color: rgb(52,18,154); }
H1.HeaderClassName
{
color: #34129A;
}
.AnyTagClassName
{
color: #34129A;
}
</style>
background-color css
<style>
a { background-color: #34129A; }
a { background-color: rgb(52,18,154); }
div.DivClassName
{
background-color: #34129A;
}
.BgClassName
{
background-color: #34129A;
}
</style>
border-color css
<style>
span { border-color: #34129A; }
span { border-color: rgb(52,18,154); }
td.TdClassName
{
border-color: #34129A;
}
.TagClassName
{
border-color: #34129A;
}
</style>