Html Css Color HEX #342195 Persian Indigo

📋 copy color: '#342195'

red 52 ◦ green 33 ◦ blue 149

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

Shades of Persian Indigo #342195

Tints of Persian Indigo #342195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 22.22%
G = 14.1%
B = 63.68%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#342195 (or 0x342195) is known color: Persian Indigo. HEX triplet: 34, 21 and 95. RGB value is (52,33,149). Sum of RGB (Red+Green+Blue) = 52+33+149=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #342195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342195 is #CBDE6A. Grayscale: #333333. Windows color (decimal): -13360747 or 9773364. OLE color: 9773364.

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

Color convert

RGB 52 33 149 -
CMYK 0.65 0.78 0 0.42
HSL 249.83º 0.64% 0.36% -
HSV(B) 249.83º 0.78% 0.58% -
XYZ 7.38 3.99 28.81 -
YUV 51.91 182.79 128.07 -
System Red Green Blue C M Y K H S L
Decimal 52 33 149 0.65 0.78 0 0.42 249.83 0.64 0.36
Hex 34 21 95 41 4E 0 2A FA 40 24
Octal 64 41 225 101 116 0 52 372 100 44
Binary 110100 100001 10010101 1000001 1001110 0 101010 11111010 1000000 100100

Color Harmonies of #342195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342195

Black with #342195

Text Example


Text Example

White with #342195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342195; }

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

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

background-color css

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

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

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

border-color css

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

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

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