Html Css Color HEX #340687 Persian Indigo

📋 copy color: '#340687'

red 52 ◦ green 6 ◦ blue 135

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

Shades of Persian Indigo #340687

Tints of Persian Indigo #340687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 69.95%

R = 26.94%
G = 3.11%
B = 69.95%

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

#340687 (or 0x340687) is known color: Persian Indigo. HEX triplet: 34, 06 and 87. RGB value is (52,6,135). Sum of RGB (Red+Green+Blue) = 52+6+135=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #340687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340687 is #CBF978. Grayscale: #212121. Windows color (decimal): -13367673 or 8848948. OLE color: 8848948.

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

Color convert

RGB 52 6 135 -
CMYK 0.61 0.96 0 0.47
HSL 261.4º 0.91% 0.28% -
HSV(B) 261.4º 0.96% 0.53% -
XYZ 5.85 2.61 23.12 -
YUV 34.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 52 6 135 0.61 0.96 0 0.47 261.4 0.91 0.28
Hex 34 6 87 3D 60 0 2F 105 5B 1C
Octal 64 6 207 75 140 0 57 405 133 34
Binary 110100 110 10000111 111101 1100000 0 101111 100000101 1011011 11100

Color Harmonies of #340687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340687

Black with #340687

Text Example


Text Example

White with #340687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340687; }

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

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

background-color css

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

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

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

border-color css

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

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

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