#340487

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

Shades of Persian Indigo #340487

Tints of Persian Indigo #340487

Color information

#340487 (or 0x340487) is unknown color: approx Persian Indigo. HEX triplet: 34, 04 and 87. RGB value is (52,4,135). Sum of RGB (Red+Green+Blue) = 52+4+135=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 135 (53.12% from 255 or 70.68% from 191); Max value from RGB is 135 - color contains mainly: blue. Hex color #340487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340487 is #CBFB78. Grayscale: #202020. Windows color (decimal): -13368185 or 8848436. OLE color: 8848436.

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

Color convert

RGB524135-
CMYK0.610.9700.47
HSL261.98º94.24%27.25%-
HSV(B)261.98º97.04%52.94%-
XYZ5.832.5723.11-
YUV33.29185.4141.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 135 (53.12% from 255) = 70.68%
R=27.23%
G=2.09%
B=70.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5241350.610.9700.47261.9894.2427.25
Hex344873D6102F1065e1b
Octal6442077514105740613633
Binary1101001001000011111110111000010101111100000110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340487; }

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

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

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

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

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

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

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

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