Html Css Color HEX #342292 Persian Indigo

📋 copy color: '#342292'

red 52 ◦ green 34 ◦ blue 146

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

Shades of Persian Indigo #342292

Tints of Persian Indigo #342292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.93%

R = 22.41%
G = 14.66%
B = 62.93%

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

#342292 (or 0x342292) is known color: Persian Indigo. HEX triplet: 34, 22 and 92. RGB value is (52,34,146). Sum of RGB (Red+Green+Blue) = 52+34+146=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #342292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342292 is #CBDD6D. Grayscale: #333333. Windows color (decimal): -13360494 or 9577012. OLE color: 9577012.

HSL color Cylindrical-coordinate representation of color #342292: hue angle of 249.64º 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 #342292 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 34 146 -
CMYK 0.64 0.77 0 0.43
HSL 249.64º 0.62% 0.35% -
HSV(B) 249.64º 0.77% 0.57% -
XYZ 7.18 3.95 27.58 -
YUV 52.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 52 34 146 0.64 0.77 0 0.43 249.64 0.62 0.35
Hex 34 22 92 40 4D 0 2B FA 3E 23
Octal 64 42 222 100 115 0 53 372 76 43
Binary 110100 100010 10010010 1000000 1001101 0 101011 11111010 111110 100011

Color Harmonies of #342292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342292

Black with #342292

Text Example


Text Example

White with #342292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342292; }

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

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

background-color css

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

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

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

border-color css

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

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

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