#340D6D

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

Shades of Persian Indigo #340D6D

Tints of Persian Indigo #340D6D

Color information

#340D6D (or 0x340D6D) is unknown color: approx Persian Indigo. HEX triplet: 34, 0D and 6D. RGB value is (52,13,109). Sum of RGB (Red+Green+Blue) = 52+13+109=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #340D6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340D6D is #CBF292. Grayscale: #232323. Windows color (decimal): -13365907 or 7146804. OLE color: 7146804.

HSL color Cylindrical-coordinate representation of color #340D6D: hue angle of 264.38º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340D6D is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5213109-
CMYK0.520.8800.57
HSL264.38º78.69%23.92%-
HSV(B)264.38º88.07%42.75%-
XYZ4.322.1214.65-
YUV35.6169.42139.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 109 (42.97% from 255) = 62.64%
R=29.89%
G=7.47%
B=62.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52131090.520.8800.57264.3878.6923.92
Hex34D6D34580391084f18
Octal64151556413007141011730
Binary1101001101110110111010010110000111001100001000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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