#342689

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

Shades of Persian Indigo #342689

Tints of Persian Indigo #342689

Color information

#342689 (or 0x342689) is unknown color: approx Persian Indigo. HEX triplet: 34, 26 and 89. RGB value is (52,38,137). Sum of RGB (Red+Green+Blue) = 52+38+137=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #342689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342689 is #CBD976. Grayscale: #353535. Windows color (decimal): -13359479 or 8988212. OLE color: 8988212.

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

Color convert

RGB5238137-
CMYK0.620.7200.46
HSL248.48º56.57%34.31%-
HSV(B)248.48º72.26%53.73%-
XYZ6.623.9224.07-
YUV53.47175.14126.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 137 (53.91% from 255) = 60.35%
R=22.91%
G=16.74%
B=60.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52381370.620.7200.46248.4856.5734.31
Hex3426893E4802Ef83922
Octal6446211761100563707142
Binary110100100110100010011111101001000010111011111000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342689; }

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

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

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

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

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

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

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

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