#340B68

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

Shades of Persian Indigo #340B68

Tints of Persian Indigo #340B68

Color information

#340B68 (or 0x340B68) is unknown color: approx Persian Indigo. HEX triplet: 34, 0B and 68. RGB value is (52,11,104). Sum of RGB (Red+Green+Blue) = 52+11+104=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #340B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340B68 is #CBF497. Grayscale: #212121. Windows color (decimal): -13366424 or 6818612. OLE color: 6818612.

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

Color convert

RGB5211104-
CMYK0.500.8900.59
HSL266.45º80.87%22.55%-
HSV(B)266.45º89.42%40.78%-
XYZ4.031.9713.26-
YUV33.86167.58140.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 11 (4.69% from 255) = 6.59%
BLUE value IS 104 (41.02% from 255) = 62.28%
R=31.14%
G=6.59%
B=62.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52111040.500.8900.59266.4580.8722.55
Hex34B68325903B10a5117
Octal64131506213107341212127
Binary1101001011110100011001010110010111011100001010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,11,104); }

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

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

 a { background-color: rgb(52,11,104); }

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

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

 span { border-color: rgb(52,11,104); }

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