Shades of Persian Indigo #341E80
Tints of Persian Indigo #341E80
RGB
CMYK
RGB Variations
Color information
#341E80 (or 0x341E80) is known color: Persian Indigo. HEX triplet: 34, 1E and 80. RGB value is (52,30,128). Sum of RGB (Red+Green+Blue) = 52+30+128=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #341E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341E80 is #CBE17F. Grayscale: #2F2F2F. Windows color (decimal): -13361536 or 8396340. OLE color: 8396340.
HSL color Cylindrical-coordinate representation of color #341E80: hue angle of 253.47º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341E80 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 30 | 128 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.50 |
| HSL | 253.47º | 0.62% | 0.31% | - |
| HSV(B) | 253.47º | 0.77% | 0.5% | - |
| XYZ | 5.78 | 3.22 | 20.74 | - |
| YUV | 47.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 128 | 0.59 | 0.77 | 0 | 0.50 | 253.47 | 0.62 | 0.31 |
| Hex | 34 | 1E | 80 | 3B | 4D | 0 | 32 | FD | 3E | 1F |
| Octal | 64 | 36 | 200 | 73 | 115 | 0 | 62 | 375 | 76 | 37 |
| Binary | 110100 | 11110 | 10000000 | 111011 | 1001101 | 0 | 110010 | 11111101 | 111110 | 11111 |
Color Harmonies of #341E80
Complementary color
Monochromatic Colors of #341E80
Black with #341E80
Text Example
Text Example
White with #341E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E80; }
p { color: rgb(52,30,128); }
H1.HeaderClassName
{
color: #341E80;
}
.AnyTagClassName
{
color: #341E80;
}
</style>
background-color css
<style>
a { background-color: #341E80; }
a { background-color: rgb(52,30,128); }
div.DivClassName
{
background-color: #341E80;
}
.BgClassName
{
background-color: #341E80;
}
</style>
border-color css
<style>
span { border-color: #341E80; }
span { border-color: rgb(52,30,128); }
td.TdClassName
{
border-color: #341E80;
}
.TagClassName
{
border-color: #341E80;
}
</style>