Shades of Persian Indigo #341A91
Tints of Persian Indigo #341A91
RGB
CMYK
RGB Variations
Color information
#341A91 (or 0x341A91) is known color: Persian Indigo. HEX triplet: 34, 1A and 91. RGB value is (52,26,145). Sum of RGB (Red+Green+Blue) = 52+26+145=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #341A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341A91 is #CBE56E. Grayscale: #2E2E2E. Windows color (decimal): -13362543 or 9509428. OLE color: 9509428.
HSL color Cylindrical-coordinate representation of color #341A91: hue angle of 253.11º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341A91 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 26 | 145 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.43 |
| HSL | 253.11º | 0.7% | 0.34% | - |
| HSV(B) | 253.11º | 0.82% | 0.57% | - |
| XYZ | 6.9 | 3.51 | 27.1 | - |
| YUV | 47.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 145 | 0.64 | 0.82 | 0 | 0.43 | 253.11 | 0.7 | 0.34 |
| Hex | 34 | 1A | 91 | 40 | 52 | 0 | 2B | FD | 46 | 22 |
| Octal | 64 | 32 | 221 | 100 | 122 | 0 | 53 | 375 | 106 | 42 |
| Binary | 110100 | 11010 | 10010001 | 1000000 | 1010010 | 0 | 101011 | 11111101 | 1000110 | 100010 |
Color Harmonies of #341A91
Complementary color
Monochromatic Colors of #341A91
Black with #341A91
Text Example
Text Example
White with #341A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A91; }
p { color: rgb(52,26,145); }
H1.HeaderClassName
{
color: #341A91;
}
.AnyTagClassName
{
color: #341A91;
}
</style>
background-color css
<style>
a { background-color: #341A91; }
a { background-color: rgb(52,26,145); }
div.DivClassName
{
background-color: #341A91;
}
.BgClassName
{
background-color: #341A91;
}
</style>
border-color css
<style>
span { border-color: #341A91; }
span { border-color: rgb(52,26,145); }
td.TdClassName
{
border-color: #341A91;
}
.TagClassName
{
border-color: #341A91;
}
</style>