Shades of Persian Indigo #341E81
Tints of Persian Indigo #341E81
RGB
CMYK
RGB Variations
Color information
#341E81 (or 0x341E81) is known color: Persian Indigo. HEX triplet: 34, 1E and 81. RGB value is (52,30,129). Sum of RGB (Red+Green+Blue) = 52+30+129=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #341E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341E81 is #CBE17E. Grayscale: #2F2F2F. Windows color (decimal): -13361535 or 8461876. OLE color: 8461876.
HSL color Cylindrical-coordinate representation of color #341E81: hue angle of 253.33º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341E81 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 30 | 129 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.49 |
| HSL | 253.33º | 0.62% | 0.31% | - |
| HSV(B) | 253.33º | 0.77% | 0.51% | - |
| XYZ | 5.84 | 3.24 | 21.09 | - |
| YUV | 47.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 129 | 0.60 | 0.77 | 0 | 0.49 | 253.33 | 0.62 | 0.31 |
| Hex | 34 | 1E | 81 | 3C | 4D | 0 | 31 | FD | 3E | 1F |
| Octal | 64 | 36 | 201 | 74 | 115 | 0 | 61 | 375 | 76 | 37 |
| Binary | 110100 | 11110 | 10000001 | 111100 | 1001101 | 0 | 110001 | 11111101 | 111110 | 11111 |
Color Harmonies of #341E81
Complementary color
Monochromatic Colors of #341E81
Black with #341E81
Text Example
Text Example
White with #341E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E81; }
p { color: rgb(52,30,129); }
H1.HeaderClassName
{
color: #341E81;
}
.AnyTagClassName
{
color: #341E81;
}
</style>
background-color css
<style>
a { background-color: #341E81; }
a { background-color: rgb(52,30,129); }
div.DivClassName
{
background-color: #341E81;
}
.BgClassName
{
background-color: #341E81;
}
</style>
border-color css
<style>
span { border-color: #341E81; }
span { border-color: rgb(52,30,129); }
td.TdClassName
{
border-color: #341E81;
}
.TagClassName
{
border-color: #341E81;
}
</style>