Shades of Persian Indigo #34008D
Tints of Persian Indigo #34008D
RGB
CMYK
RGB Variations
Color information
#34008D (or 0x34008D) is known color: Persian Indigo. HEX triplet: 34, 00 and 8D. RGB value is (52,0,141). Sum of RGB (Red+Green+Blue) = 52+0+141=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #34008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34008D is #CBFF72. Grayscale: #1F1F1F. Windows color (decimal): -13369203 or 9240628. OLE color: 9240628.
HSL color Cylindrical-coordinate representation of color #34008D: hue angle of 262.13º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34008D is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 0 | 141 | - |
| CMYK | 0.63 | 1 | 0 | 0.45 |
| HSL | 262.13º | 1% | 0.28% | - |
| HSV(B) | 262.13º | 1% | 0.55% | - |
| XYZ | 6.22 | 2.65 | 25.38 | - |
| YUV | 31.62 | 189.73 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 141 | 0.63 | 1 | 0 | 0.45 | 262.13 | 1 | 0.28 |
| Hex | 34 | 0 | 8D | 3F | 64 | 0 | 2D | 106 | 64 | 1C |
| Octal | 64 | 0 | 215 | 77 | 144 | 0 | 55 | 406 | 144 | 34 |
| Binary | 110100 | 0 | 10001101 | 111111 | 1100100 | 0 | 101101 | 100000110 | 1100100 | 11100 |
Color Harmonies of #34008D
Complementary color
Monochromatic Colors of #34008D
Black with #34008D
Text Example
Text Example
White with #34008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34008D; }
p { color: rgb(52,0,141); }
H1.HeaderClassName
{
color: #34008D;
}
.AnyTagClassName
{
color: #34008D;
}
</style>
background-color css
<style>
a { background-color: #34008D; }
a { background-color: rgb(52,0,141); }
div.DivClassName
{
background-color: #34008D;
}
.BgClassName
{
background-color: #34008D;
}
</style>
border-color css
<style>
span { border-color: #34008D; }
span { border-color: rgb(52,0,141); }
td.TdClassName
{
border-color: #34008D;
}
.TagClassName
{
border-color: #34008D;
}
</style>