#340D86

Color #340D86 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #340D86

Tints of Persian Indigo #340D86

Color information

#340D86 (or 0x340D86) is unknown color: approx Persian Indigo. HEX triplet: 34, 0D and 86. RGB value is (52,13,134). Sum of RGB (Red+Green+Blue) = 52+13+134=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #340D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340D86 is #CBF279. Grayscale: #262626. Windows color (decimal): -13365882 or 8785204. OLE color: 8785204.

HSL color Cylindrical-coordinate representation of color #340D86: hue angle of 259.34º degrees, saturation: 0.82, 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 #340D86 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5213134-
CMYK0.610.9000.47
HSL259.34º82.31%28.82%-
HSV(B)259.34º90.3%52.55%-
XYZ5.862.7422.77-
YUV38.46181.92137.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 134 (52.73% from 255) = 67.34%
R=26.13%
G=6.53%
B=67.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52131340.610.9000.47259.3482.3128.82
Hex34D863D5A02F103521d
Octal64152067513205740312235
Binary11010011011000011011110110110100101111100000011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340D86; }

 p { color: rgb(52,13,134); }

 H1.HeaderClassName
 {
   color: #340D86;
 }
 .AnyTagClassName
 {
   color: #340D86;
 }
</style>
background-color css

<style>
 a { background-color: #340D86; }

 a { background-color: rgb(52,13,134); }

 div.DivClassName
 {
   background-color: #340D86;
 }
 .BgClassName
 {
   background-color: #340D86;
 }
</style>
border-color css

<style>
 span { border-color: #340D86; }

 span { border-color: rgb(52,13,134); }

 td.TdClassName
 {
   border-color: #340D86;
 }
 .TagClassName
 {
   border-color: #340D86;
 }
</style>