Shades of Persian Indigo #340FA3
Tints of Persian Indigo #340FA3
RGB
CMYK
RGB Variations
Color information
#340FA3 (or 0x340FA3) is known color: Persian Indigo. HEX triplet: 34, 0F and A3. RGB value is (52,15,163). Sum of RGB (Red+Green+Blue) = 52+15+163=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 163 (64.06% from 255 or 70.87% from 230); Max value from RGB is 163 - color contains mainly: blue. Hex color #340FA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340FA3 is #CBF05C. Grayscale: #2A2A2A. Windows color (decimal): -13365341 or 10686260. OLE color: 10686260.
HSL color Cylindrical-coordinate representation of color #340FA3: hue angle of 255º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #340FA3 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 15 | 163 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.36 |
| HSL | 255º | 0.83% | 0.35% | - |
| HSV(B) | 255º | 0.91% | 0.64% | - |
| XYZ | 8.2 | 3.72 | 34.94 | - |
| YUV | 42.94 | 195.76 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 163 | 0.68 | 0.91 | 0 | 0.36 | 255 | 0.83 | 0.35 |
| Hex | 34 | F | A3 | 44 | 5B | 0 | 24 | FF | 53 | 23 |
| Octal | 64 | 17 | 243 | 104 | 133 | 0 | 44 | 377 | 123 | 43 |
| Binary | 110100 | 1111 | 10100011 | 1000100 | 1011011 | 0 | 100100 | 11111111 | 1010011 | 100011 |
Color Harmonies of #340FA3
Complementary color
Monochromatic Colors of #340FA3
Black with #340FA3
Text Example
Text Example
White with #340FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340FA3; }
p { color: rgb(52,15,163); }
H1.HeaderClassName
{
color: #340FA3;
}
.AnyTagClassName
{
color: #340FA3;
}
</style>
background-color css
<style>
a { background-color: #340FA3; }
a { background-color: rgb(52,15,163); }
div.DivClassName
{
background-color: #340FA3;
}
.BgClassName
{
background-color: #340FA3;
}
</style>
border-color css
<style>
span { border-color: #340FA3; }
span { border-color: rgb(52,15,163); }
td.TdClassName
{
border-color: #340FA3;
}
.TagClassName
{
border-color: #340FA3;
}
</style>