Shades of Persian Indigo #34139F
Tints of Persian Indigo #34139F
RGB
CMYK
RGB Variations
Color information
#34139F (or 0x34139F) is known color: Persian Indigo. HEX triplet: 34, 13 and 9F. RGB value is (52,19,159). Sum of RGB (Red+Green+Blue) = 52+19+159=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #34139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34139F is #CBEC60. Grayscale: #2C2C2C. Windows color (decimal): -13364321 or 10425140. OLE color: 10425140.
HSL color Cylindrical-coordinate representation of color #34139F: hue angle of 254.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34139F is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 19 | 159 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.38 |
| HSL | 254.14º | 0.79% | 0.35% | - |
| HSV(B) | 254.14º | 0.88% | 0.62% | - |
| XYZ | 7.91 | 3.7 | 33.1 | - |
| YUV | 44.83 | 192.43 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 159 | 0.67 | 0.88 | 0 | 0.38 | 254.14 | 0.79 | 0.35 |
| Hex | 34 | 13 | 9F | 43 | 58 | 0 | 26 | FE | 4F | 23 |
| Octal | 64 | 23 | 237 | 103 | 130 | 0 | 46 | 376 | 117 | 43 |
| Binary | 110100 | 10011 | 10011111 | 1000011 | 1011000 | 0 | 100110 | 11111110 | 1001111 | 100011 |
Color Harmonies of #34139F
Complementary color
Monochromatic Colors of #34139F
Black with #34139F
Text Example
Text Example
White with #34139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34139F; }
p { color: rgb(52,19,159); }
H1.HeaderClassName
{
color: #34139F;
}
.AnyTagClassName
{
color: #34139F;
}
</style>
background-color css
<style>
a { background-color: #34139F; }
a { background-color: rgb(52,19,159); }
div.DivClassName
{
background-color: #34139F;
}
.BgClassName
{
background-color: #34139F;
}
</style>
border-color css
<style>
span { border-color: #34139F; }
span { border-color: rgb(52,19,159); }
td.TdClassName
{
border-color: #34139F;
}
.TagClassName
{
border-color: #34139F;
}
</style>