Html Css Color HEX #342293 Persian Indigo

📋 copy color: '#342293'

red 52 ◦ green 34 ◦ blue 147

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

Shades of Persian Indigo #342293

Tints of Persian Indigo #342293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.09%

R = 22.32%
G = 14.59%
B = 63.09%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#342293 (or 0x342293) is known color: Persian Indigo. HEX triplet: 34, 22 and 93. RGB value is (52,34,147). Sum of RGB (Red+Green+Blue) = 52+34+147=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #342293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342293 is #CBDD6C. Grayscale: #333333. Windows color (decimal): -13360493 or 9642548. OLE color: 9642548.

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

Color convert

RGB 52 34 147 -
CMYK 0.65 0.77 0 0.42
HSL 249.56º 0.62% 0.35% -
HSV(B) 249.56º 0.77% 0.58% -
XYZ 7.25 3.98 27.99 -
YUV 52.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 52 34 147 0.65 0.77 0 0.42 249.56 0.62 0.35
Hex 34 22 93 41 4D 0 2A FA 3E 23
Octal 64 42 223 101 115 0 52 372 76 43
Binary 110100 100010 10010011 1000001 1001101 0 101010 11111010 111110 100011

Color Harmonies of #342293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342293

Black with #342293

Text Example


Text Example

White with #342293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342293; }

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

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

background-color css

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

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

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

border-color css

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

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

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