Shades of Persian Indigo #341F70
Tints of Persian Indigo #341F70
RGB
CMYK
RGB Variations
Color information
#341F70 (or 0x341F70) is known color: Persian Indigo. HEX triplet: 34, 1F and 70. RGB value is (52,31,112). Sum of RGB (Red+Green+Blue) = 52+31+112=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #341F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F70 is #CBE08F. Grayscale: #2E2E2E. Windows color (decimal): -13361296 or 7348020. OLE color: 7348020.
HSL color Cylindrical-coordinate representation of color #341F70: hue angle of 255.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #341F70 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 31 | 112 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.56 |
| HSL | 255.56º | 0.57% | 0.28% | - |
| HSV(B) | 255.56º | 0.72% | 0.44% | - |
| XYZ | 4.83 | 2.88 | 15.63 | - |
| YUV | 46.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 112 | 0.54 | 0.72 | 0 | 0.56 | 255.56 | 0.57 | 0.28 |
| Hex | 34 | 1F | 70 | 36 | 48 | 0 | 38 | 100 | 39 | 1C |
| Octal | 64 | 37 | 160 | 66 | 110 | 0 | 70 | 400 | 71 | 34 |
| Binary | 110100 | 11111 | 1110000 | 110110 | 1001000 | 0 | 111000 | 100000000 | 111001 | 11100 |
Color Harmonies of #341F70
Complementary color
Monochromatic Colors of #341F70
Black with #341F70
Text Example
Text Example
White with #341F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F70; }
p { color: rgb(52,31,112); }
H1.HeaderClassName
{
color: #341F70;
}
.AnyTagClassName
{
color: #341F70;
}
</style>
background-color css
<style>
a { background-color: #341F70; }
a { background-color: rgb(52,31,112); }
div.DivClassName
{
background-color: #341F70;
}
.BgClassName
{
background-color: #341F70;
}
</style>
border-color css
<style>
span { border-color: #341F70; }
span { border-color: rgb(52,31,112); }
td.TdClassName
{
border-color: #341F70;
}
.TagClassName
{
border-color: #341F70;
}
</style>