Html Css Color HEX #342295 Persian Indigo

📋 copy color: '#342295'

red 52 ◦ green 34 ◦ blue 149

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

Shades of Persian Indigo #342295

Tints of Persian Indigo #342295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.4%

R = 22.13%
G = 14.47%
B = 63.4%

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

#342295 (or 0x342295) is known color: Persian Indigo. HEX triplet: 34, 22 and 95. RGB value is (52,34,149). Sum of RGB (Red+Green+Blue) = 52+34+149=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #342295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342295 is #CBDD6A. Grayscale: #343434. Windows color (decimal): -13360491 or 9773620. OLE color: 9773620.

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

Color convert

RGB 52 34 149 -
CMYK 0.65 0.77 0 0.42
HSL 249.39º 0.63% 0.36% -
HSV(B) 249.39º 0.77% 0.58% -
XYZ 7.41 4.04 28.82 -
YUV 52.49 182.46 127.65 -
System Red Green Blue C M Y K H S L
Decimal 52 34 149 0.65 0.77 0 0.42 249.39 0.63 0.36
Hex 34 22 95 41 4D 0 2A F9 3F 24
Octal 64 42 225 101 115 0 52 371 77 44
Binary 110100 100010 10010101 1000001 1001101 0 101010 11111001 111111 100100

Color Harmonies of #342295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342295

Black with #342295

Text Example


Text Example

White with #342295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342295; }

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

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

background-color css

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

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

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

border-color css

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

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

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