#340499

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

Shades of Persian Indigo #340499

Tints of Persian Indigo #340499

Color information

#340499 (or 0x340499) is unknown color: approx Persian Indigo. HEX triplet: 34, 04 and 99. RGB value is (52,4,153). Sum of RGB (Red+Green+Blue) = 52+4+153=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #340499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340499 is #CBFB66. Grayscale: #222222. Windows color (decimal): -13368167 or 10028084. OLE color: 10028084.

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

Color convert

RGB524153-
CMYK0.660.9700.4
HSL259.33º94.9%30.78%-
HSV(B)259.33º97.39%60%-
XYZ7.213.1230.36-
YUV35.34194.4139.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 153 (60.16% from 255) = 73.21%
R=24.88%
G=1.91%
B=73.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5241530.660.9700.4259.3394.930.78
Hex3449942610281035f1f
Octal64423110214105040313737
Binary11010010010011001100001011000010101000100000011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340499; }

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

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

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

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

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

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

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

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