Html Css Color HEX #340367 Persian Indigo

📋 copy color: '#340367'

red 52 ◦ green 3 ◦ blue 103

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

Shades of Persian Indigo #340367

Tints of Persian Indigo #340367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

 BLUE value IS 103 (40.63% from 255) = 65.19%

R = 32.91%
G = 1.9%
B = 65.19%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#340367 (or 0x340367) is known color: Persian Indigo. HEX triplet: 34, 03 and 67. RGB value is (52,3,103). Sum of RGB (Red+Green+Blue) = 52+3+103=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 103 (40.62% from 255 or 65.19% from 158); Max value from RGB is 103 - color contains mainly: blue. Hex color #340367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340367 is #CBFC98. Grayscale: #1C1C1C. Windows color (decimal): -13368473 or 6751028. OLE color: 6751028.

HSL color Cylindrical-coordinate representation of color #340367: hue angle of 269.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340367 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 3 103 -
CMYK 0.50 0.97 0 0.60
HSL 269.4º 0.94% 0.21% -
HSV(B) 269.4º 0.97% 0.4% -
XYZ 3.9 1.77 12.97 -
YUV 29.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 52 3 103 0.50 0.97 0 0.60 269.4 0.94 0.21
Hex 34 3 67 32 61 0 3C 10D 5E 15
Octal 64 3 147 62 141 0 74 415 136 25
Binary 110100 11 1100111 110010 1100001 0 111100 100001101 1011110 10101

Color Harmonies of #340367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340367

Black with #340367

Text Example


Text Example

White with #340367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340367; }

 p { color: rgb(52,3,103); }

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

background-color css

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

 a { background-color: rgb(52,3,103); }

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

border-color css

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

 span { border-color: rgb(52,3,103); }

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