#340366

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

Shades of Persian Indigo #340366

Tints of Persian Indigo #340366

Color information

#340366 (or 0x340366) is unknown color: approx Persian Indigo. HEX triplet: 34, 03 and 66. RGB value is (52,3,102). Sum of RGB (Red+Green+Blue) = 52+3+102=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #340366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340366 is #CBFC99. Grayscale: #1C1C1C. Windows color (decimal): -13368474 or 6685492. OLE color: 6685492.

HSL color Cylindrical-coordinate representation of color #340366: hue angle of 269.7º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340366 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB523102-
CMYK0.490.9700.6
HSL269.7º94.29%20.59%-
HSV(B)269.7º97.06%40%-
XYZ3.851.7512.71-
YUV28.94169.23144.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 102 (40.23% from 255) = 64.97%
R=33.12%
G=1.91%
B=64.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5231020.490.9700.6269.794.2920.59
Hex34366316103C10e5e15
Octal6431466114107441613625
Binary11010011110011011000111000010111100100001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340366; }

 p { color: rgb(52,3,102); }

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

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

 a { background-color: rgb(52,3,102); }

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

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

 span { border-color: rgb(52,3,102); }

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