Shades of Persian Indigo #340A9C
Tints of Persian Indigo #340A9C
RGB
CMYK
RGB Variations
Color information
#340A9C (or 0x340A9C) is known color: Persian Indigo. HEX triplet: 34, 0A and 9C. RGB value is (52,10,156). Sum of RGB (Red+Green+Blue) = 52+10+156=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 156 (61.33% from 255 or 71.56% from 218); Max value from RGB is 156 - color contains mainly: blue. Hex color #340A9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340A9C is #CBF563. Grayscale: #262626. Windows color (decimal): -13366628 or 10226228. OLE color: 10226228.
HSL color Cylindrical-coordinate representation of color #340A9C: hue angle of 257.26º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340A9C is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 10 | 156 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.39 |
| HSL | 257.26º | 0.88% | 0.33% | - |
| HSV(B) | 257.26º | 0.94% | 0.61% | - |
| XYZ | 7.53 | 3.35 | 31.7 | - |
| YUV | 39.2 | 193.91 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 156 | 0.67 | 0.94 | 0 | 0.39 | 257.26 | 0.88 | 0.33 |
| Hex | 34 | A | 9C | 43 | 5E | 0 | 27 | 101 | 58 | 21 |
| Octal | 64 | 12 | 234 | 103 | 136 | 0 | 47 | 401 | 130 | 41 |
| Binary | 110100 | 1010 | 10011100 | 1000011 | 1011110 | 0 | 100111 | 100000001 | 1011000 | 100001 |
Color Harmonies of #340A9C
Complementary color
Monochromatic Colors of #340A9C
Black with #340A9C
Text Example
Text Example
White with #340A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A9C; }
p { color: rgb(52,10,156); }
H1.HeaderClassName
{
color: #340A9C;
}
.AnyTagClassName
{
color: #340A9C;
}
</style>
background-color css
<style>
a { background-color: #340A9C; }
a { background-color: rgb(52,10,156); }
div.DivClassName
{
background-color: #340A9C;
}
.BgClassName
{
background-color: #340A9C;
}
</style>
border-color css
<style>
span { border-color: #340A9C; }
span { border-color: rgb(52,10,156); }
td.TdClassName
{
border-color: #340A9C;
}
.TagClassName
{
border-color: #340A9C;
}
</style>