Shades of Persian Indigo #34008F
Tints of Persian Indigo #34008F
RGB
CMYK
RGB Variations
Color information
#34008F (or 0x34008F) is known color: Persian Indigo. HEX triplet: 34, 00 and 8F. RGB value is (52,0,143). Sum of RGB (Red+Green+Blue) = 52+0+143=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #34008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34008F is #CBFF70. Grayscale: #1F1F1F. Windows color (decimal): -13369201 or 9371700. OLE color: 9371700.
HSL color Cylindrical-coordinate representation of color #34008F: hue angle of 261.82º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34008F is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 0 | 143 | - |
| CMYK | 0.64 | 1 | 0 | 0.44 |
| HSL | 261.82º | 1% | 0.28% | - |
| HSV(B) | 261.82º | 1% | 0.56% | - |
| XYZ | 6.37 | 2.71 | 26.17 | - |
| YUV | 31.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 143 | 0.64 | 1 | 0 | 0.44 | 261.82 | 1 | 0.28 |
| Hex | 34 | 0 | 8F | 40 | 64 | 0 | 2C | 106 | 64 | 1C |
| Octal | 64 | 0 | 217 | 100 | 144 | 0 | 54 | 406 | 144 | 34 |
| Binary | 110100 | 0 | 10001111 | 1000000 | 1100100 | 0 | 101100 | 100000110 | 1100100 | 11100 |
Color Harmonies of #34008F
Complementary color
Monochromatic Colors of #34008F
Black with #34008F
Text Example
Text Example
White with #34008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34008F; }
p { color: rgb(52,0,143); }
H1.HeaderClassName
{
color: #34008F;
}
.AnyTagClassName
{
color: #34008F;
}
</style>
background-color css
<style>
a { background-color: #34008F; }
a { background-color: rgb(52,0,143); }
div.DivClassName
{
background-color: #34008F;
}
.BgClassName
{
background-color: #34008F;
}
</style>
border-color css
<style>
span { border-color: #34008F; }
span { border-color: rgb(52,0,143); }
td.TdClassName
{
border-color: #34008F;
}
.TagClassName
{
border-color: #34008F;
}
</style>