#340489

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

Shades of Persian Indigo #340489

Tints of Persian Indigo #340489

Color information

#340489 (or 0x340489) is unknown color: approx Persian Indigo. HEX triplet: 34, 04 and 89. RGB value is (52,4,137). Sum of RGB (Red+Green+Blue) = 52+4+137=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #340489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340489 is #CBFB76. Grayscale: #212121. Windows color (decimal): -13368183 or 8979508. OLE color: 8979508.

HSL color Cylindrical-coordinate representation of color #340489: hue angle of 261.65º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340489 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB524137-
CMYK0.620.9700.46
HSL261.65º94.33%27.65%-
HSV(B)261.65º97.08%53.73%-
XYZ5.972.6223.86-
YUV33.51186.4141.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 137 (53.91% from 255) = 70.98%
R=26.94%
G=2.07%
B=70.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5241370.620.9700.46261.6594.3327.65
Hex344893E6102E1065e1c
Octal6442117614105640613634
Binary1101001001000100111111011000010101110100000110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340489; }

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

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

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

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

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

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

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

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