#340968

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

Shades of Persian Indigo #340968

Tints of Persian Indigo #340968

Color information

#340968 (or 0x340968) is unknown color: approx Persian Indigo. HEX triplet: 34, 09 and 68. RGB value is (52,9,104). Sum of RGB (Red+Green+Blue) = 52+9+104=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #340968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340968 is #CBF697. Grayscale: #202020. Windows color (decimal): -13366936 or 6818100. OLE color: 6818100.

HSL color Cylindrical-coordinate representation of color #340968: hue angle of 267.16º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #340968 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB529104-
CMYK0.500.9100.59
HSL267.16º84.07%22.16%-
HSV(B)267.16º91.35%40.78%-
XYZ4.011.9213.26-
YUV32.69168.25141.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 104 (41.02% from 255) = 63.03%
R=31.52%
G=5.45%
B=63.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5291040.500.9100.59267.1684.0722.16
Hex34968325B03B10b5416
Octal64111506213307341312426
Binary1101001001110100011001010110110111011100001011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340968; }

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

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

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

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

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

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

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

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