#340766

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

Shades of Persian Indigo #340766

Tints of Persian Indigo #340766

Color information

#340766 (or 0x340766) is unknown color: approx Persian Indigo. HEX triplet: 34, 07 and 66. RGB value is (52,7,102). Sum of RGB (Red+Green+Blue) = 52+7+102=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #340766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340766 is #CBF899. Grayscale: #1E1E1E. Windows color (decimal): -13367450 or 6686516. OLE color: 6686516.

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

Color convert

RGB527102-
CMYK0.490.9300.6
HSL268.42º87.16%21.37%-
HSV(B)268.42º93.14%40%-
XYZ3.891.8412.72-
YUV31.28167.91142.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 102 (40.23% from 255) = 63.35%
R=32.30%
G=4.35%
B=63.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5271020.490.9300.6268.4287.1621.37
Hex34766315D03C10c5715
Octal6471466113507441412725
Binary110100111110011011000110111010111100100001100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340766; }

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

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

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

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

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

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

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

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