#342393

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

Shades of Persian Indigo #342393

Tints of Persian Indigo #342393

Color information

#342393 (or 0x342393) is unknown color: approx Persian Indigo. HEX triplet: 34, 23 and 93. RGB value is (52,35,147). Sum of RGB (Red+Green+Blue) = 52+35+147=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #342393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342393 is #CBDC6C. Grayscale: #343434. Windows color (decimal): -13360237 or 9642804. OLE color: 9642804.

HSL color Cylindrical-coordinate representation of color #342393: hue angle of 249.11º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342393 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5235147-
CMYK0.650.7600.42
HSL249.11º61.54%35.69%-
HSV(B)249.11º76.19%57.65%-
XYZ7.284.0428-
YUV52.85181.13127.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 147 (57.81% from 255) = 62.82%
R=22.22%
G=14.96%
B=62.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52351470.650.7600.42249.1161.5435.69
Hex342393414C02Af93e24
Octal64432231011140523717644
Binary1101001000111001001110000011001100010101011111001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342393; }

 p { color: rgb(52,35,147); }

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

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

 a { background-color: rgb(52,35,147); }

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

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

 span { border-color: rgb(52,35,147); }

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