Shades of Persian Indigo #341E82
Tints of Persian Indigo #341E82
RGB
CMYK
RGB Variations
Color information
#341E82 (or 0x341E82) is known color: Persian Indigo. HEX triplet: 34, 1E and 82. RGB value is (52,30,130). Sum of RGB (Red+Green+Blue) = 52+30+130=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #341E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341E82 is #CBE17D. Grayscale: #2F2F2F. Windows color (decimal): -13361534 or 8527412. OLE color: 8527412.
HSL color Cylindrical-coordinate representation of color #341E82: hue angle of 253.2º 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 #341E82 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 30 | 130 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.49 |
| HSL | 253.2º | 0.63% | 0.31% | - |
| HSV(B) | 253.2º | 0.77% | 0.51% | - |
| XYZ | 5.91 | 3.27 | 21.44 | - |
| YUV | 47.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 130 | 0.60 | 0.77 | 0 | 0.49 | 253.2 | 0.63 | 0.31 |
| Hex | 34 | 1E | 82 | 3C | 4D | 0 | 31 | FD | 3E | 1F |
| Octal | 64 | 36 | 202 | 74 | 115 | 0 | 61 | 375 | 76 | 37 |
| Binary | 110100 | 11110 | 10000010 | 111100 | 1001101 | 0 | 110001 | 11111101 | 111110 | 11111 |
Color Harmonies of #341E82
Complementary color
Monochromatic Colors of #341E82
Black with #341E82
Text Example
Text Example
White with #341E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E82; }
p { color: rgb(52,30,130); }
H1.HeaderClassName
{
color: #341E82;
}
.AnyTagClassName
{
color: #341E82;
}
</style>
background-color css
<style>
a { background-color: #341E82; }
a { background-color: rgb(52,30,130); }
div.DivClassName
{
background-color: #341E82;
}
.BgClassName
{
background-color: #341E82;
}
</style>
border-color css
<style>
span { border-color: #341E82; }
span { border-color: rgb(52,30,130); }
td.TdClassName
{
border-color: #341E82;
}
.TagClassName
{
border-color: #341E82;
}
</style>