#340087

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

Shades of Persian Indigo #340087

Tints of Persian Indigo #340087

Color information

#340087 (or 0x340087) is unknown color: approx Persian Indigo. HEX triplet: 34, 00 and 87. RGB value is (52,0,135). Sum of RGB (Red+Green+Blue) = 52+0+135=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 135 (53.12% from 255 or 72.19% from 187); Max value from RGB is 135 - color contains mainly: blue. Hex color #340087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340087 is #CBFF78. Grayscale: #1E1E1E. Windows color (decimal): -13369209 or 8847412. OLE color: 8847412.

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

Color convert

RGB520135-
CMYK0.61100.47
HSL263.11º100%26.47%-
HSV(B)263.11º100%52.94%-
XYZ5.792.4823.1-
YUV30.94186.73143.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 72.19%
R=27.81%
G=0%
B=72.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5201350.61100.47263.1110026.47
Hex340873D6402F107641a
Octal6402077514405740714432
Binary11010001000011111110111001000101111100000111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340087; }

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

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

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

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

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

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

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

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