#340479

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

Shades of Persian Indigo #340479

Tints of Persian Indigo #340479

Color information

#340479 (or 0x340479) is unknown color: approx Persian Indigo. HEX triplet: 34, 04 and 79. RGB value is (52,4,121). Sum of RGB (Red+Green+Blue) = 52+4+121=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #340479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340479 is #CBFB86. Grayscale: #1F1F1F. Windows color (decimal): -13368199 or 7930932. OLE color: 7930932.

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

Color convert

RGB524121-
CMYK0.570.9700.53
HSL264.62º93.6%24.51%-
HSV(B)264.62º96.69%47.45%-
XYZ4.912.218.25-
YUV31.69178.4142.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 121 (47.66% from 255) = 68.36%
R=29.38%
G=2.26%
B=68.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5241210.570.9700.53264.6293.624.51
Hex3447939610351095e19
Octal6441717114106541113631
Binary110100100111100111100111000010110101100001001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340479; }

 p { color: rgb(52,4,121); }

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

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

 a { background-color: rgb(52,4,121); }

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

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

 span { border-color: rgb(52,4,121); }

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