Html Css Color HEX #340468 Persian Indigo

📋 copy color: '#340468'

red 52 ◦ green 4 ◦ blue 104

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

Shades of Persian Indigo #340468

Tints of Persian Indigo #340468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

 BLUE value IS 104 (41.02% from 255) = 65%

R = 32.5%
G = 2.5%
B = 65%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#340468 (or 0x340468) is known color: Persian Indigo. HEX triplet: 34, 04 and 68. RGB value is (52,4,104). Sum of RGB (Red+Green+Blue) = 52+4+104=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #340468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340468 is #CBFB97. Grayscale: #1D1D1D. Windows color (decimal): -13368216 or 6816820. OLE color: 6816820.

HSL color Cylindrical-coordinate representation of color #340468: hue angle of 268.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340468 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 4 104 -
CMYK 0.50 0.96 0 0.59
HSL 268.8º 0.93% 0.21% -
HSV(B) 268.8º 0.96% 0.41% -
XYZ 3.96 1.82 13.24 -
YUV 29.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 52 4 104 0.50 0.96 0 0.59 268.8 0.93 0.21
Hex 34 4 68 32 60 0 3B 10D 5D 15
Octal 64 4 150 62 140 0 73 415 135 25
Binary 110100 100 1101000 110010 1100000 0 111011 100001101 1011101 10101

Color Harmonies of #340468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340468

Black with #340468

Text Example


Text Example

White with #340468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340468; }

 p { color: rgb(52,4,104); }

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

background-color css

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

 a { background-color: rgb(52,4,104); }

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

border-color css

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

 span { border-color: rgb(52,4,104); }

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