Shades of Persian Indigo #340199
Tints of Persian Indigo #340199
RGB
CMYK
RGB Variations
Color information
#340199 (or 0x340199) is known color: Persian Indigo. HEX triplet: 34, 01 and 99. RGB value is (52,1,153). Sum of RGB (Red+Green+Blue) = 52+1+153=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #340199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340199 is #CBFE66. Grayscale: #212121. Windows color (decimal): -13368935 or 10027316. OLE color: 10027316.
HSL color Cylindrical-coordinate representation of color #340199: hue angle of 260.13º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340199 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 1 | 153 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.4 |
| HSL | 260.13º | 0.99% | 0.3% | - |
| HSV(B) | 260.13º | 0.99% | 0.6% | - |
| XYZ | 7.18 | 3.05 | 30.35 | - |
| YUV | 33.58 | 195.4 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 153 | 0.66 | 0.99 | 0 | 0.4 | 260.13 | 0.99 | 0.3 |
| Hex | 34 | 1 | 99 | 42 | 63 | 0 | 28 | 104 | 63 | 1E |
| Octal | 64 | 1 | 231 | 102 | 143 | 0 | 50 | 404 | 143 | 36 |
| Binary | 110100 | 1 | 10011001 | 1000010 | 1100011 | 0 | 101000 | 100000100 | 1100011 | 11110 |
Color Harmonies of #340199
Complementary color
Monochromatic Colors of #340199
Black with #340199
Text Example
Text Example
White with #340199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340199; }
p { color: rgb(52,1,153); }
H1.HeaderClassName
{
color: #340199;
}
.AnyTagClassName
{
color: #340199;
}
</style>
background-color css
<style>
a { background-color: #340199; }
a { background-color: rgb(52,1,153); }
div.DivClassName
{
background-color: #340199;
}
.BgClassName
{
background-color: #340199;
}
</style>
border-color css
<style>
span { border-color: #340199; }
span { border-color: rgb(52,1,153); }
td.TdClassName
{
border-color: #340199;
}
.TagClassName
{
border-color: #340199;
}
</style>