#340884

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

Shades of Persian Indigo #340884

Tints of Persian Indigo #340884

Color information

#340884 (or 0x340884) is unknown color: approx Persian Indigo. HEX triplet: 34, 08 and 84. RGB value is (52,8,132). Sum of RGB (Red+Green+Blue) = 52+8+132=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #340884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340884 is #CBF77B. Grayscale: #222222. Windows color (decimal): -13367164 or 8652852. OLE color: 8652852.

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

Color convert

RGB528132-
CMYK0.610.9400.48
HSL261.29º88.57%27.45%-
HSV(B)261.29º93.94%51.76%-
XYZ5.672.5722.03-
YUV35.29182.58139.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 132 (51.95% from 255) = 68.75%
R=27.08%
G=4.17%
B=68.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5281320.610.9400.48261.2988.5727.45
Hex348843D5E030105591b
Octal64102047513606040513133
Binary11010010001000010011110110111100110000100000101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340884; }

 p { color: rgb(52,8,132); }

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

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

 a { background-color: rgb(52,8,132); }

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

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

 span { border-color: rgb(52,8,132); }

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