Html Css Color HEX #342091 Persian Indigo

📋 copy color: '#342091'

red 52 ◦ green 32 ◦ blue 145

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

Shades of Persian Indigo #342091

Tints of Persian Indigo #342091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

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

R = 22.71%
G = 13.97%
B = 63.32%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#342091 (or 0x342091) is known color: Persian Indigo. HEX triplet: 34, 20 and 91. RGB value is (52,32,145). Sum of RGB (Red+Green+Blue) = 52+32+145=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #342091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342091 is #CBDF6E. Grayscale: #323232. Windows color (decimal): -13361007 or 9510964. OLE color: 9510964.

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

Color convert

RGB 52 32 145 -
CMYK 0.64 0.78 0 0.43
HSL 250.62º 0.64% 0.35% -
HSV(B) 250.62º 0.78% 0.57% -
XYZ 7.04 3.81 27.15 -
YUV 50.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 52 32 145 0.64 0.78 0 0.43 250.62 0.64 0.35
Hex 34 20 91 40 4E 0 2B FB 40 23
Octal 64 40 221 100 116 0 53 373 100 43
Binary 110100 100000 10010001 1000000 1001110 0 101011 11111011 1000000 100011

Color Harmonies of #342091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342091

Black with #342091

Text Example


Text Example

White with #342091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342091; }

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

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

background-color css

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

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

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

border-color css

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

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

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