Shades of Persian Indigo #341B76
Tints of Persian Indigo #341B76
RGB
CMYK
RGB Variations
Color information
#341B76 (or 0x341B76) is known color: Persian Indigo. HEX triplet: 34, 1B and 76. RGB value is (52,27,118). Sum of RGB (Red+Green+Blue) = 52+27+118=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #341B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B76 is #CBE489. Grayscale: #2C2C2C. Windows color (decimal): -13362314 or 7740212. OLE color: 7740212.
HSL color Cylindrical-coordinate representation of color #341B76: hue angle of 256.48º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341B76 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 52 | 27 | 118 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.54 |
| HSL | 256.48º | 0.63% | 0.28% | - |
| HSV(B) | 256.48º | 0.77% | 0.46% | - |
| XYZ | 5.08 | 2.82 | 17.42 | - |
| YUV | 44.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 118 | 0.56 | 0.77 | 0 | 0.54 | 256.48 | 0.63 | 0.28 |
| Hex | 34 | 1B | 76 | 38 | 4D | 0 | 36 | 100 | 3F | 1C |
| Octal | 64 | 33 | 166 | 70 | 115 | 0 | 66 | 400 | 77 | 34 |
| Binary | 110100 | 11011 | 1110110 | 111000 | 1001101 | 0 | 110110 | 100000000 | 111111 | 11100 |
Color Harmonies of #341B76
Complementary color
Monochromatic Colors of #341B76
Black with #341B76
Text Example
Text Example
White with #341B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B76; }
p { color: rgb(52,27,118); }
H1.HeaderClassName
{
color: #341B76;
}
.AnyTagClassName
{
color: #341B76;
}
</style>
background-color css
<style>
a { background-color: #341B76; }
a { background-color: rgb(52,27,118); }
div.DivClassName
{
background-color: #341B76;
}
.BgClassName
{
background-color: #341B76;
}
</style>
border-color css
<style>
span { border-color: #341B76; }
span { border-color: rgb(52,27,118); }
td.TdClassName
{
border-color: #341B76;
}
.TagClassName
{
border-color: #341B76;
}
</style>