Shades of Persian Indigo #34058F
Tints of Persian Indigo #34058F
RGB
CMYK
RGB Variations
Color information
#34058F (or 0x34058F) is known color: Persian Indigo. HEX triplet: 34, 05 and 8F. RGB value is (52,5,143). Sum of RGB (Red+Green+Blue) = 52+5+143=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 143 (56.25% from 255 or 71.5% from 200); Max value from RGB is 143 - color contains mainly: blue. Hex color #34058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34058F is #CBFA70. Grayscale: #222222. Windows color (decimal): -13367921 or 9372980. OLE color: 9372980.
HSL color Cylindrical-coordinate representation of color #34058F: hue angle of 260.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34058F is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 5 | 143 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.44 |
| HSL | 260.43º | 0.93% | 0.29% | - |
| HSV(B) | 260.43º | 0.97% | 0.56% | - |
| XYZ | 6.43 | 2.82 | 26.19 | - |
| YUV | 34.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 143 | 0.64 | 0.97 | 0 | 0.44 | 260.43 | 0.93 | 0.29 |
| Hex | 34 | 5 | 8F | 40 | 61 | 0 | 2C | 104 | 5D | 1D |
| Octal | 64 | 5 | 217 | 100 | 141 | 0 | 54 | 404 | 135 | 35 |
| Binary | 110100 | 101 | 10001111 | 1000000 | 1100001 | 0 | 101100 | 100000100 | 1011101 | 11101 |
Color Harmonies of #34058F
Complementary color
Monochromatic Colors of #34058F
Black with #34058F
Text Example
Text Example
White with #34058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34058F; }
p { color: rgb(52,5,143); }
H1.HeaderClassName
{
color: #34058F;
}
.AnyTagClassName
{
color: #34058F;
}
</style>
background-color css
<style>
a { background-color: #34058F; }
a { background-color: rgb(52,5,143); }
div.DivClassName
{
background-color: #34058F;
}
.BgClassName
{
background-color: #34058F;
}
</style>
border-color css
<style>
span { border-color: #34058F; }
span { border-color: rgb(52,5,143); }
td.TdClassName
{
border-color: #34058F;
}
.TagClassName
{
border-color: #34058F;
}
</style>