Html Css Color HEX #342391 Persian Indigo

📋 copy color: '#342391'

red 52 ◦ green 35 ◦ blue 145

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

Shades of Persian Indigo #342391

Tints of Persian Indigo #342391

RGB

 RED value IS 52 (20.7% from 255) = 22.41%

 GREEN value IS 35 (14.06% from 255) = 15.09%

 BLUE value IS 145 (57.03% from 255) = 62.5%

R = 22.41%
G = 15.09%
B = 62.5%

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

#342391 (or 0x342391) is known color: Persian Indigo. HEX triplet: 34, 23 and 91. RGB value is (52,35,145). Sum of RGB (Red+Green+Blue) = 52+35+145=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #342391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342391 is #CBDC6E. Grayscale: #343434. Windows color (decimal): -13360239 or 9511732. OLE color: 9511732.

HSL color Cylindrical-coordinate representation of color #342391: hue angle of 249.27º 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 #342391 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 35 145 -
CMYK 0.64 0.76 0 0.43
HSL 249.27º 0.61% 0.35% -
HSV(B) 249.27º 0.76% 0.57% -
XYZ 7.13 3.98 27.18 -
YUV 52.62 180.13 127.56 -
System Red Green Blue C M Y K H S L
Decimal 52 35 145 0.64 0.76 0 0.43 249.27 0.61 0.35
Hex 34 23 91 40 4C 0 2B F9 3D 23
Octal 64 43 221 100 114 0 53 371 75 43
Binary 110100 100011 10010001 1000000 1001100 0 101011 11111001 111101 100011

Color Harmonies of #342391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342391

Black with #342391

Text Example


Text Example

White with #342391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342391; }

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

 H1.HeaderClassName
 {
   color: #342391;
 }
 .AnyTagClassName
 {
   color: #342391;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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