#340D69

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

Shades of Persian Indigo #340D69

Tints of Persian Indigo #340D69

Color information

#340D69 (or 0x340D69) is unknown color: approx Persian Indigo. HEX triplet: 34, 0D and 69. RGB value is (52,13,105). Sum of RGB (Red+Green+Blue) = 52+13+105=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #340D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340D69 is #CBF296. Grayscale: #222222. Windows color (decimal): -13365911 or 6884660. OLE color: 6884660.

HSL color Cylindrical-coordinate representation of color #340D69: hue angle of 265.43º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340D69 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5213105-
CMYK0.500.8800.59
HSL265.43º77.97%23.14%-
HSV(B)265.43º87.62%41.18%-
XYZ4.112.0413.54-
YUV35.15167.42140.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 13 (5.47% from 255) = 7.65%
BLUE value IS 105 (41.41% from 255) = 61.76%
R=30.59%
G=7.65%
B=61.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52131050.500.8800.59265.4377.9723.14
Hex34D69325803B1094e17
Octal64151516213007341111627
Binary1101001101110100111001010110000111011100001001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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