#342392

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

Shades of Persian Indigo #342392

Tints of Persian Indigo #342392

Color information

#342392 (or 0x342392) is unknown color: approx Persian Indigo. HEX triplet: 34, 23 and 92. RGB value is (52,35,146). Sum of RGB (Red+Green+Blue) = 52+35+146=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #342392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342392 is #CBDC6D. Grayscale: #343434. Windows color (decimal): -13360238 or 9577268. OLE color: 9577268.

HSL color Cylindrical-coordinate representation of color #342392: hue angle of 249.19º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342392 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5235146-
CMYK0.640.7600.43
HSL249.19º61.33%35.49%-
HSV(B)249.19º76.03%57.25%-
XYZ7.214.0127.59-
YUV52.74180.63127.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=22.32%
G=15.02%
B=62.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52351460.640.7600.43249.1961.3335.49
Hex342392404C02Bf93d23
Octal64432221001140533717543
Binary1101001000111001001010000001001100010101111111001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342392; }

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

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

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

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

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

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

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

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