Shades of Persian Indigo #34088A
Tints of Persian Indigo #34088A
RGB
CMYK
RGB Variations
Color information
#34088A (or 0x34088A) is known color: Persian Indigo. HEX triplet: 34, 08 and 8A. RGB value is (52,8,138). Sum of RGB (Red+Green+Blue) = 52+8+138=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 138 (54.30% from 255 or 69.70% from 198); Max value from RGB is 138 - color contains mainly: blue. Hex color #34088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34088A is #CBF775. Grayscale: #232323. Windows color (decimal): -13367158 or 9046068. OLE color: 9046068.
HSL color Cylindrical-coordinate representation of color #34088A: hue angle of 260.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34088A is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 8 | 138 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.46 |
| HSL | 260.31º | 0.89% | 0.29% | - |
| HSV(B) | 260.31º | 0.94% | 0.54% | - |
| XYZ | 6.09 | 2.74 | 24.25 | - |
| YUV | 35.98 | 185.58 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 138 | 0.62 | 0.94 | 0 | 0.46 | 260.31 | 0.89 | 0.29 |
| Hex | 34 | 8 | 8A | 3E | 5E | 0 | 2E | 104 | 59 | 1D |
| Octal | 64 | 10 | 212 | 76 | 136 | 0 | 56 | 404 | 131 | 35 |
| Binary | 110100 | 1000 | 10001010 | 111110 | 1011110 | 0 | 101110 | 100000100 | 1011001 | 11101 |
Color Harmonies of #34088A
Complementary color
Monochromatic Colors of #34088A
Black with #34088A
Text Example
Text Example
White with #34088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34088A; }
p { color: rgb(52,8,138); }
H1.HeaderClassName
{
color: #34088A;
}
.AnyTagClassName
{
color: #34088A;
}
</style>
background-color css
<style>
a { background-color: #34088A; }
a { background-color: rgb(52,8,138); }
div.DivClassName
{
background-color: #34088A;
}
.BgClassName
{
background-color: #34088A;
}
</style>
border-color css
<style>
span { border-color: #34088A; }
span { border-color: rgb(52,8,138); }
td.TdClassName
{
border-color: #34088A;
}
.TagClassName
{
border-color: #34088A;
}
</style>