#340677

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

Shades of Persian Indigo #340677

Tints of Persian Indigo #340677

Color information

#340677 (or 0x340677) is unknown color: approx Persian Indigo. HEX triplet: 34, 06 and 77. RGB value is (52,6,119). Sum of RGB (Red+Green+Blue) = 52+6+119=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #340677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340677 is #CBF988. Grayscale: #202020. Windows color (decimal): -13367689 or 7800372. OLE color: 7800372.

HSL color Cylindrical-coordinate representation of color #340677: hue angle of 264.42º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340677 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB526119-
CMYK0.560.9500.53
HSL264.42º90.4%24.51%-
HSV(B)264.42º94.96%46.67%-
XYZ4.812.1917.62-
YUV32.64176.74141.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 119 (46.88% from 255) = 67.23%
R=29.38%
G=3.39%
B=67.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5261190.560.9500.53264.4290.424.51
Hex34677385F0351085a19
Octal6461677013706541013231
Binary110100110111011111100010111110110101100001000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340677; }

 p { color: rgb(52,6,119); }

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

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

 a { background-color: rgb(52,6,119); }

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

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

 span { border-color: rgb(52,6,119); }

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