Html Css Color HEX #340168 Persian Indigo

📋 copy color: '#340168'

red 52 ◦ green 1 ◦ blue 104

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

Shades of Persian Indigo #340168

Tints of Persian Indigo #340168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 33.12%
G = 0.64%
B = 66.24%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#340168 (or 0x340168) is known color: Persian Indigo. HEX triplet: 34, 01 and 68. RGB value is (52,1,104). Sum of RGB (Red+Green+Blue) = 52+1+104=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #340168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340168 is #CBFE97. Grayscale: #1B1B1B. Windows color (decimal): -13368984 or 6816052. OLE color: 6816052.

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

Color convert

RGB 52 1 104 -
CMYK 0.50 0.99 0 0.59
HSL 269.71º 0.98% 0.21% -
HSV(B) 269.71º 0.99% 0.41% -
XYZ 3.93 1.75 13.23 -
YUV 27.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 52 1 104 0.50 0.99 0 0.59 269.71 0.98 0.21
Hex 34 1 68 32 63 0 3B 10E 62 15
Octal 64 1 150 62 143 0 73 416 142 25
Binary 110100 1 1101000 110010 1100011 0 111011 100001110 1100010 10101

Color Harmonies of #340168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340168

Black with #340168

Text Example


Text Example

White with #340168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340168; }

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

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

background-color css

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

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

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

border-color css

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

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

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