Html Css Color HEX #342392 Persian Indigo

📋 copy color: '#342392'

red 52 ◦ green 35 ◦ blue 146

#342392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #342392

Tints of Persian Indigo #342392

RGB

 RED value IS 52 (20.7% 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 value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#342392 (or 0x342392) is known color: 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

RGB 52 35 146 -
CMYK 0.64 0.76 0 0.43
HSL 249.19º 0.61% 0.35% -
HSV(B) 249.19º 0.76% 0.57% -
XYZ 7.21 4.01 27.59 -
YUV 52.74 180.63 127.47 -
System Red Green Blue C M Y K H S L
Decimal 52 35 146 0.64 0.76 0 0.43 249.19 0.61 0.35
Hex 34 23 92 40 4C 0 2B F9 3D 23
Octal 64 43 222 100 114 0 53 371 75 43
Binary 110100 100011 10010010 1000000 1001100 0 101011 11111001 111101 100011

Color Harmonies of #342392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342392

Black with #342392

Text Example


Text Example

White with #342392

Text Example


Text Example

HTML Codes & Css Web 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>