#340987

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

Shades of Persian Indigo #340987

Tints of Persian Indigo #340987

Color information

#340987 (or 0x340987) is unknown color: approx Persian Indigo. HEX triplet: 34, 09 and 87. RGB value is (52,9,135). Sum of RGB (Red+Green+Blue) = 52+9+135=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 135 (53.12% from 255 or 68.88% from 196); Max value from RGB is 135 - color contains mainly: blue. Hex color #340987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340987 is #CBF678. Grayscale: #232323. Windows color (decimal): -13366905 or 8849716. OLE color: 8849716.

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

Color convert

RGB529135-
CMYK0.610.9300.47
HSL260.48º87.5%28.24%-
HSV(B)260.48º93.33%52.94%-
XYZ5.892.6723.13-
YUV36.22183.75139.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 135 (53.12% from 255) = 68.88%
R=26.53%
G=4.59%
B=68.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5291350.610.9300.47260.4887.528.24
Hex349873D5D02F104581c
Octal64112077513505740413034
Binary11010010011000011111110110111010101111100000100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340987; }

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

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

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

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

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

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

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

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