Shades of Persian Indigo #340D88
Tints of Persian Indigo #340D88
RGB
CMYK
RGB Variations
Color information
#340D88 (or 0x340D88) is known color: Persian Indigo. HEX triplet: 34, 0D and 88. RGB value is (52,13,136). Sum of RGB (Red+Green+Blue) = 52+13+136=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 136 (53.52% from 255 or 67.66% from 201); Max value from RGB is 136 - color contains mainly: blue. Hex color #340D88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340D88 is #CBF277. Grayscale: #262626. Windows color (decimal): -13365880 or 8916276. OLE color: 8916276.
HSL color Cylindrical-coordinate representation of color #340D88: hue angle of 259.02º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340D88 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 13 | 136 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.47 |
| HSL | 259.02º | 0.83% | 0.29% | - |
| HSV(B) | 259.02º | 0.9% | 0.53% | - |
| XYZ | 6 | 2.8 | 23.52 | - |
| YUV | 38.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 136 | 0.62 | 0.90 | 0 | 0.47 | 259.02 | 0.83 | 0.29 |
| Hex | 34 | D | 88 | 3E | 5A | 0 | 2F | 103 | 53 | 1D |
| Octal | 64 | 15 | 210 | 76 | 132 | 0 | 57 | 403 | 123 | 35 |
| Binary | 110100 | 1101 | 10001000 | 111110 | 1011010 | 0 | 101111 | 100000011 | 1010011 | 11101 |
Color Harmonies of #340D88
Complementary color
Monochromatic Colors of #340D88
Black with #340D88
Text Example
Text Example
White with #340D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D88; }
p { color: rgb(52,13,136); }
H1.HeaderClassName
{
color: #340D88;
}
.AnyTagClassName
{
color: #340D88;
}
</style>
background-color css
<style>
a { background-color: #340D88; }
a { background-color: rgb(52,13,136); }
div.DivClassName
{
background-color: #340D88;
}
.BgClassName
{
background-color: #340D88;
}
</style>
border-color css
<style>
span { border-color: #340D88; }
span { border-color: rgb(52,13,136); }
td.TdClassName
{
border-color: #340D88;
}
.TagClassName
{
border-color: #340D88;
}
</style>