Html Css Color HEX #342086 Persian Indigo

📋 copy color: '#342086'

red 52 ◦ green 32 ◦ blue 134

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

Shades of Persian Indigo #342086

Tints of Persian Indigo #342086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 23.85%
G = 14.68%
B = 61.47%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#342086 (or 0x342086) is known color: Persian Indigo. HEX triplet: 34, 20 and 86. RGB value is (52,32,134). Sum of RGB (Red+Green+Blue) = 52+32+134=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #342086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342086 is #CBDF79. Grayscale: #313131. Windows color (decimal): -13361018 or 8790068. OLE color: 8790068.

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

Color convert

RGB 52 32 134 -
CMYK 0.61 0.76 0 0.47
HSL 251.76º 0.61% 0.33% -
HSV(B) 251.76º 0.76% 0.53% -
XYZ 6.24 3.48 22.9 -
YUV 49.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 52 32 134 0.61 0.76 0 0.47 251.76 0.61 0.33
Hex 34 20 86 3D 4C 0 2F FC 3D 21
Octal 64 40 206 75 114 0 57 374 75 41
Binary 110100 100000 10000110 111101 1001100 0 101111 11111100 111101 100001

Color Harmonies of #342086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342086

Black with #342086

Text Example


Text Example

White with #342086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342086; }

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

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

background-color css

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

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

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

border-color css

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

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

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