Shades of Persian Indigo #340C74
Tints of Persian Indigo #340C74
RGB
CMYK
RGB Variations
Color information
#340C74 (or 0x340C74) is known color: Persian Indigo. HEX triplet: 34, 0C and 74. RGB value is (52,12,116). Sum of RGB (Red+Green+Blue) = 52+12+116=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 116 (45.70% from 255 or 64.44% from 180); Max value from RGB is 116 - color contains mainly: blue. Hex color #340C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340C74 is #CBF38B. Grayscale: #232323. Windows color (decimal): -13366156 or 7605300. OLE color: 7605300.
HSL color Cylindrical-coordinate representation of color #340C74: hue angle of 263.08º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340C74 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 52 | 12 | 116 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.55 |
| HSL | 263.08º | 0.81% | 0.25% | - |
| HSV(B) | 263.08º | 0.9% | 0.45% | - |
| XYZ | 4.7 | 2.25 | 16.71 | - |
| YUV | 35.82 | 173.25 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 116 | 0.55 | 0.90 | 0 | 0.55 | 263.08 | 0.81 | 0.25 |
| Hex | 34 | C | 74 | 37 | 5A | 0 | 37 | 107 | 51 | 19 |
| Octal | 64 | 14 | 164 | 67 | 132 | 0 | 67 | 407 | 121 | 31 |
| Binary | 110100 | 1100 | 1110100 | 110111 | 1011010 | 0 | 110111 | 100000111 | 1010001 | 11001 |
Color Harmonies of #340C74
Complementary color
Monochromatic Colors of #340C74
Black with #340C74
Text Example
Text Example
White with #340C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C74; }
p { color: rgb(52,12,116); }
H1.HeaderClassName
{
color: #340C74;
}
.AnyTagClassName
{
color: #340C74;
}
</style>
background-color css
<style>
a { background-color: #340C74; }
a { background-color: rgb(52,12,116); }
div.DivClassName
{
background-color: #340C74;
}
.BgClassName
{
background-color: #340C74;
}
</style>
border-color css
<style>
span { border-color: #340C74; }
span { border-color: rgb(52,12,116); }
td.TdClassName
{
border-color: #340C74;
}
.TagClassName
{
border-color: #340C74;
}
</style>