Html Css Color HEX #340686 Persian Indigo

📋 copy color: '#340686'

red 52 ◦ green 6 ◦ blue 134

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

Shades of Persian Indigo #340686

Tints of Persian Indigo #340686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

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

R = 27.08%
G = 3.13%
B = 69.79%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#340686 (or 0x340686) is known color: Persian Indigo. HEX triplet: 34, 06 and 86. RGB value is (52,6,134). Sum of RGB (Red+Green+Blue) = 52+6+134=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 134 (52.73% from 255 or 69.79% from 192); Max value from RGB is 134 - color contains mainly: blue. Hex color #340686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340686 is #CBF979. Grayscale: #212121. Windows color (decimal): -13367674 or 8783412. OLE color: 8783412.

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

Color convert

RGB 52 6 134 -
CMYK 0.61 0.96 0 0.47
HSL 261.56º 0.91% 0.27% -
HSV(B) 261.56º 0.96% 0.53% -
XYZ 5.78 2.58 22.75 -
YUV 34.35 184.24 140.59 -
System Red Green Blue C M Y K H S L
Decimal 52 6 134 0.61 0.96 0 0.47 261.56 0.91 0.27
Hex 34 6 86 3D 60 0 2F 106 5B 1B
Octal 64 6 206 75 140 0 57 406 133 33
Binary 110100 110 10000110 111101 1100000 0 101111 100000110 1011011 11011

Color Harmonies of #340686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340686

Black with #340686

Text Example


Text Example

White with #340686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340686; }

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

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

background-color css

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

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

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

border-color css

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

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

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