#340977

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

Shades of Persian Indigo #340977

Tints of Persian Indigo #340977

Color information

#340977 (or 0x340977) is unknown color: approx Persian Indigo. HEX triplet: 34, 09 and 77. RGB value is (52,9,119). Sum of RGB (Red+Green+Blue) = 52+9+119=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #340977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340977 is #CBF688. Grayscale: #222222. Windows color (decimal): -13366921 or 7801140. OLE color: 7801140.

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

Color convert

RGB529119-
CMYK0.560.9200.53
HSL263.45º85.94%25.1%-
HSV(B)263.45º92.44%46.67%-
XYZ4.842.2617.63-
YUV34.4175.75140.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 119 (46.88% from 255) = 66.11%
R=28.89%
G=5%
B=66.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5291190.560.9200.53263.4585.9425.1
Hex34977385C0351075619
Octal64111677013406540712631
Binary1101001001111011111100010111000110101100000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340977; }

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

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

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

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

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

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

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

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