#340D80

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

Shades of Persian Indigo #340D80

Tints of Persian Indigo #340D80

Color information

#340D80 (or 0x340D80) is unknown color: approx Persian Indigo. HEX triplet: 34, 0D and 80. RGB value is (52,13,128). Sum of RGB (Red+Green+Blue) = 52+13+128=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #340D80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340D80 is #CBF27F. Grayscale: #252525. Windows color (decimal): -13365888 or 8391988. OLE color: 8391988.

HSL color Cylindrical-coordinate representation of color #340D80: hue angle of 260.35º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340D80 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5213128-
CMYK0.590.9000.50
HSL260.35º81.56%27.65%-
HSV(B)260.35º89.84%50.2%-
XYZ5.462.5820.63-
YUV37.77178.92138.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 128 (50.39% from 255) = 66.32%
R=26.94%
G=6.74%
B=66.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52131280.590.9000.50260.3581.5627.65
Hex34D803B5A032104521c
Octal64152007313206240412234
Binary11010011011000000011101110110100110010100000100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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