Html Css Color HEX #342291 Persian Indigo

📋 copy color: '#342291'

red 52 ◦ green 34 ◦ blue 145

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

Shades of Persian Indigo #342291

Tints of Persian Indigo #342291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.72%

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

R = 22.51%
G = 14.72%
B = 62.77%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#342291 (or 0x342291) is known color: Persian Indigo. HEX triplet: 34, 22 and 91. RGB value is (52,34,145). Sum of RGB (Red+Green+Blue) = 52+34+145=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #342291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342291 is #CBDD6E. Grayscale: #333333. Windows color (decimal): -13360495 or 9511476. OLE color: 9511476.

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

Color convert

RGB 52 34 145 -
CMYK 0.64 0.77 0 0.43
HSL 249.73º 0.62% 0.35% -
HSV(B) 249.73º 0.77% 0.57% -
XYZ 7.1 3.92 27.17 -
YUV 52.04 180.46 127.97 -
System Red Green Blue C M Y K H S L
Decimal 52 34 145 0.64 0.77 0 0.43 249.73 0.62 0.35
Hex 34 22 91 40 4D 0 2B FA 3E 23
Octal 64 42 221 100 115 0 53 372 76 43
Binary 110100 100010 10010001 1000000 1001101 0 101011 11111010 111110 100011

Color Harmonies of #342291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342291

Black with #342291

Text Example


Text Example

White with #342291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342291; }

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

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

background-color css

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

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

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

border-color css

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

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

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