Shades of Persian Indigo #341F72
Tints of Persian Indigo #341F72
RGB
CMYK
RGB Variations
Color information
#341F72 (or 0x341F72) is known color: Persian Indigo. HEX triplet: 34, 1F and 72. RGB value is (52,31,114). Sum of RGB (Red+Green+Blue) = 52+31+114=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #341F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F72 is #CBE08D. Grayscale: #2E2E2E. Windows color (decimal): -13361294 or 7479092. OLE color: 7479092.
HSL color Cylindrical-coordinate representation of color #341F72: hue angle of 255.18º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #341F72 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 31 | 114 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.55 |
| HSL | 255.18º | 0.57% | 0.28% | - |
| HSV(B) | 255.18º | 0.73% | 0.45% | - |
| XYZ | 4.94 | 2.92 | 16.22 | - |
| YUV | 46.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 114 | 0.54 | 0.73 | 0 | 0.55 | 255.18 | 0.57 | 0.28 |
| Hex | 34 | 1F | 72 | 36 | 49 | 0 | 37 | FF | 39 | 1C |
| Octal | 64 | 37 | 162 | 66 | 111 | 0 | 67 | 377 | 71 | 34 |
| Binary | 110100 | 11111 | 1110010 | 110110 | 1001001 | 0 | 110111 | 11111111 | 111001 | 11100 |
Color Harmonies of #341F72
Complementary color
Monochromatic Colors of #341F72
Black with #341F72
Text Example
Text Example
White with #341F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F72; }
p { color: rgb(52,31,114); }
H1.HeaderClassName
{
color: #341F72;
}
.AnyTagClassName
{
color: #341F72;
}
</style>
background-color css
<style>
a { background-color: #341F72; }
a { background-color: rgb(52,31,114); }
div.DivClassName
{
background-color: #341F72;
}
.BgClassName
{
background-color: #341F72;
}
</style>
border-color css
<style>
span { border-color: #341F72; }
span { border-color: rgb(52,31,114); }
td.TdClassName
{
border-color: #341F72;
}
.TagClassName
{
border-color: #341F72;
}
</style>