Html Css Color HEX #342586 Persian Indigo

📋 copy color: '#342586'

red 52 ◦ green 37 ◦ blue 134

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

Shades of Persian Indigo #342586

Tints of Persian Indigo #342586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

 BLUE value IS 134 (52.73% from 255) = 60.09%

R = 23.32%
G = 16.59%
B = 60.09%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#342586 (or 0x342586) is known color: Persian Indigo. HEX triplet: 34, 25 and 86. RGB value is (52,37,134). Sum of RGB (Red+Green+Blue) = 52+37+134=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #342586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342586 is #CBDA79. Grayscale: #343434. Windows color (decimal): -13359738 or 8791348. OLE color: 8791348.

HSL color Cylindrical-coordinate representation of color #342586: hue angle of 249.28º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #342586 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 37 134 -
CMYK 0.61 0.72 0 0.47
HSL 249.28º 0.57% 0.34% -
HSV(B) 249.28º 0.72% 0.53% -
XYZ 6.38 3.77 22.95 -
YUV 52.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 52 37 134 0.61 0.72 0 0.47 249.28 0.57 0.34
Hex 34 25 86 3D 48 0 2F F9 39 22
Octal 64 45 206 75 110 0 57 371 71 42
Binary 110100 100101 10000110 111101 1001000 0 101111 11111001 111001 100010

Color Harmonies of #342586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342586

Black with #342586

Text Example


Text Example

White with #342586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342586; }

 p { color: rgb(52,37,134); }

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

background-color css

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

 a { background-color: rgb(52,37,134); }

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

border-color css

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

 span { border-color: rgb(52,37,134); }

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