Html Css Color HEX #340077 Persian Indigo

📋 copy color: '#340077'

red 52 ◦ green 0 ◦ blue 119

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

Shades of Persian Indigo #340077

Tints of Persian Indigo #340077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 69.59%

R = 30.41%
G = 0%
B = 69.59%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#340077 (or 0x340077) is known color: Persian Indigo. HEX triplet: 34, 00 and 77. RGB value is (52,0,119). Sum of RGB (Red+Green+Blue) = 52+0+119=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #340077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340077 is #CBFF88. Grayscale: #1C1C1C. Windows color (decimal): -13369225 or 7798836. OLE color: 7798836.

HSL color Cylindrical-coordinate representation of color #340077: hue angle of 266.22º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340077 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 0 119 -
CMYK 0.56 1 0 0.53
HSL 266.22º 1% 0.23% -
HSV(B) 266.22º 1% 0.47% -
XYZ 4.75 2.06 17.6 -
YUV 29.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 52 0 119 0.56 1 0 0.53 266.22 1 0.23
Hex 34 0 77 38 64 0 35 10A 64 17
Octal 64 0 167 70 144 0 65 412 144 27
Binary 110100 0 1110111 111000 1100100 0 110101 100001010 1100100 10111

Color Harmonies of #340077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340077

Black with #340077

Text Example


Text Example

White with #340077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340077; }

 p { color: rgb(52,0,119); }

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

background-color css

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

 a { background-color: rgb(52,0,119); }

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

border-color css

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

 span { border-color: rgb(52,0,119); }

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