Shades of Persian Indigo #341C87
Tints of Persian Indigo #341C87
RGB
CMYK
RGB Variations
Color information
#341C87 (or 0x341C87) is known color: Persian Indigo. HEX triplet: 34, 1C and 87. RGB value is (52,28,135). Sum of RGB (Red+Green+Blue) = 52+28+135=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #341C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341C87 is #CBE378. Grayscale: #2E2E2E. Windows color (decimal): -13362041 or 8854580. OLE color: 8854580.
HSL color Cylindrical-coordinate representation of color #341C87: hue angle of 253.46º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341C87 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 28 | 135 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.47 |
| HSL | 253.46º | 0.66% | 0.32% | - |
| HSV(B) | 253.46º | 0.79% | 0.53% | - |
| XYZ | 6.2 | 3.31 | 23.23 | - |
| YUV | 47.37 | 177.45 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 135 | 0.61 | 0.79 | 0 | 0.47 | 253.46 | 0.66 | 0.32 |
| Hex | 34 | 1C | 87 | 3D | 4F | 0 | 2F | FD | 42 | 20 |
| Octal | 64 | 34 | 207 | 75 | 117 | 0 | 57 | 375 | 102 | 40 |
| Binary | 110100 | 11100 | 10000111 | 111101 | 1001111 | 0 | 101111 | 11111101 | 1000010 | 100000 |
Color Harmonies of #341C87
Complementary color
Monochromatic Colors of #341C87
Black with #341C87
Text Example
Text Example
White with #341C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C87; }
p { color: rgb(52,28,135); }
H1.HeaderClassName
{
color: #341C87;
}
.AnyTagClassName
{
color: #341C87;
}
</style>
background-color css
<style>
a { background-color: #341C87; }
a { background-color: rgb(52,28,135); }
div.DivClassName
{
background-color: #341C87;
}
.BgClassName
{
background-color: #341C87;
}
</style>
border-color css
<style>
span { border-color: #341C87; }
span { border-color: rgb(52,28,135); }
td.TdClassName
{
border-color: #341C87;
}
.TagClassName
{
border-color: #341C87;
}
</style>