Shades of Persian Indigo #340C9C
Tints of Persian Indigo #340C9C
RGB
CMYK
RGB Variations
Color information
#340C9C (or 0x340C9C) is known color: Persian Indigo. HEX triplet: 34, 0C and 9C. RGB value is (52,12,156). Sum of RGB (Red+Green+Blue) = 52+12+156=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 156 (61.33% from 255 or 70.91% from 220); Max value from RGB is 156 - color contains mainly: blue. Hex color #340C9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340C9C is #CBF363. Grayscale: #272727. Windows color (decimal): -13366116 or 10226740. OLE color: 10226740.
HSL color Cylindrical-coordinate representation of color #340C9C: hue angle of 256.67º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340C9C is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 12 | 156 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.39 |
| HSL | 256.67º | 0.86% | 0.33% | - |
| HSV(B) | 256.67º | 0.92% | 0.61% | - |
| XYZ | 7.55 | 3.39 | 31.71 | - |
| YUV | 40.38 | 193.25 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 156 | 0.67 | 0.92 | 0 | 0.39 | 256.67 | 0.86 | 0.33 |
| Hex | 34 | C | 9C | 43 | 5C | 0 | 27 | 101 | 56 | 21 |
| Octal | 64 | 14 | 234 | 103 | 134 | 0 | 47 | 401 | 126 | 41 |
| Binary | 110100 | 1100 | 10011100 | 1000011 | 1011100 | 0 | 100111 | 100000001 | 1010110 | 100001 |
Color Harmonies of #340C9C
Complementary color
Monochromatic Colors of #340C9C
Black with #340C9C
Text Example
Text Example
White with #340C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C9C; }
p { color: rgb(52,12,156); }
H1.HeaderClassName
{
color: #340C9C;
}
.AnyTagClassName
{
color: #340C9C;
}
</style>
background-color css
<style>
a { background-color: #340C9C; }
a { background-color: rgb(52,12,156); }
div.DivClassName
{
background-color: #340C9C;
}
.BgClassName
{
background-color: #340C9C;
}
</style>
border-color css
<style>
span { border-color: #340C9C; }
span { border-color: rgb(52,12,156); }
td.TdClassName
{
border-color: #340C9C;
}
.TagClassName
{
border-color: #340C9C;
}
</style>