Shades of Persian Indigo #341C8A
Tints of Persian Indigo #341C8A
RGB
CMYK
RGB Variations
Color information
#341C8A (or 0x341C8A) is known color: Persian Indigo. HEX triplet: 34, 1C and 8A. RGB value is (52,28,138). Sum of RGB (Red+Green+Blue) = 52+28+138=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #341C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341C8A is #CBE375. Grayscale: #2F2F2F. Windows color (decimal): -13362038 or 9051188. OLE color: 9051188.
HSL color Cylindrical-coordinate representation of color #341C8A: hue angle of 253.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #341C8A is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 28 | 138 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.46 |
| HSL | 253.09º | 0.66% | 0.33% | - |
| HSV(B) | 253.09º | 0.8% | 0.54% | - |
| XYZ | 6.42 | 3.4 | 24.36 | - |
| YUV | 47.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 138 | 0.62 | 0.80 | 0 | 0.46 | 253.09 | 0.66 | 0.33 |
| Hex | 34 | 1C | 8A | 3E | 50 | 0 | 2E | FD | 42 | 21 |
| Octal | 64 | 34 | 212 | 76 | 120 | 0 | 56 | 375 | 102 | 41 |
| Binary | 110100 | 11100 | 10001010 | 111110 | 1010000 | 0 | 101110 | 11111101 | 1000010 | 100001 |
Color Harmonies of #341C8A
Complementary color
Monochromatic Colors of #341C8A
Black with #341C8A
Text Example
Text Example
White with #341C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C8A; }
p { color: rgb(52,28,138); }
H1.HeaderClassName
{
color: #341C8A;
}
.AnyTagClassName
{
color: #341C8A;
}
</style>
background-color css
<style>
a { background-color: #341C8A; }
a { background-color: rgb(52,28,138); }
div.DivClassName
{
background-color: #341C8A;
}
.BgClassName
{
background-color: #341C8A;
}
</style>
border-color css
<style>
span { border-color: #341C8A; }
span { border-color: rgb(52,28,138); }
td.TdClassName
{
border-color: #341C8A;
}
.TagClassName
{
border-color: #341C8A;
}
</style>