Shades of Persian Indigo #341C76
Tints of Persian Indigo #341C76
RGB
CMYK
RGB Variations
Color information
#341C76 (or 0x341C76) is known color: Persian Indigo. HEX triplet: 34, 1C and 76. RGB value is (52,28,118). Sum of RGB (Red+Green+Blue) = 52+28+118=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #341C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C76 is #CBE389. Grayscale: #2D2D2D. Windows color (decimal): -13362058 or 7740468. OLE color: 7740468.
HSL color Cylindrical-coordinate representation of color #341C76: hue angle of 256º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #341C76 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 28 | 118 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.54 |
| HSL | 256º | 0.62% | 0.29% | - |
| HSV(B) | 256º | 0.76% | 0.46% | - |
| XYZ | 5.1 | 2.87 | 17.42 | - |
| YUV | 45.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 118 | 0.56 | 0.76 | 0 | 0.54 | 256 | 0.62 | 0.29 |
| Hex | 34 | 1C | 76 | 38 | 4C | 0 | 36 | 100 | 3E | 1D |
| Octal | 64 | 34 | 166 | 70 | 114 | 0 | 66 | 400 | 76 | 35 |
| Binary | 110100 | 11100 | 1110110 | 111000 | 1001100 | 0 | 110110 | 100000000 | 111110 | 11101 |
Color Harmonies of #341C76
Complementary color
Monochromatic Colors of #341C76
Black with #341C76
Text Example
Text Example
White with #341C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C76; }
p { color: rgb(52,28,118); }
H1.HeaderClassName
{
color: #341C76;
}
.AnyTagClassName
{
color: #341C76;
}
</style>
background-color css
<style>
a { background-color: #341C76; }
a { background-color: rgb(52,28,118); }
div.DivClassName
{
background-color: #341C76;
}
.BgClassName
{
background-color: #341C76;
}
</style>
border-color css
<style>
span { border-color: #341C76; }
span { border-color: rgb(52,28,118); }
td.TdClassName
{
border-color: #341C76;
}
.TagClassName
{
border-color: #341C76;
}
</style>