Shades of Persian Indigo #341F73
Tints of Persian Indigo #341F73
RGB
CMYK
RGB Variations
Color information
#341F73 (or 0x341F73) is known color: Persian Indigo. HEX triplet: 34, 1F and 73. RGB value is (52,31,115). Sum of RGB (Red+Green+Blue) = 52+31+115=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #341F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F73 is #CBE08C. Grayscale: #2E2E2E. Windows color (decimal): -13361293 or 7544628. OLE color: 7544628.
HSL color Cylindrical-coordinate representation of color #341F73: hue angle of 255º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #341F73 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 31 | 115 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.55 |
| HSL | 255º | 0.58% | 0.29% | - |
| HSV(B) | 255º | 0.73% | 0.45% | - |
| XYZ | 5 | 2.95 | 16.53 | - |
| YUV | 46.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 115 | 0.55 | 0.73 | 0 | 0.55 | 255 | 0.58 | 0.29 |
| Hex | 34 | 1F | 73 | 37 | 49 | 0 | 37 | FF | 3A | 1D |
| Octal | 64 | 37 | 163 | 67 | 111 | 0 | 67 | 377 | 72 | 35 |
| Binary | 110100 | 11111 | 1110011 | 110111 | 1001001 | 0 | 110111 | 11111111 | 111010 | 11101 |
Color Harmonies of #341F73
Complementary color
Monochromatic Colors of #341F73
Black with #341F73
Text Example
Text Example
White with #341F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F73; }
p { color: rgb(52,31,115); }
H1.HeaderClassName
{
color: #341F73;
}
.AnyTagClassName
{
color: #341F73;
}
</style>
background-color css
<style>
a { background-color: #341F73; }
a { background-color: rgb(52,31,115); }
div.DivClassName
{
background-color: #341F73;
}
.BgClassName
{
background-color: #341F73;
}
</style>
border-color css
<style>
span { border-color: #341F73; }
span { border-color: rgb(52,31,115); }
td.TdClassName
{
border-color: #341F73;
}
.TagClassName
{
border-color: #341F73;
}
</style>