Html Css Color HEX #340071 Persian Indigo

📋 copy color: '#340071'

red 52 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #340071

Tints of Persian Indigo #340071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 68.48%

R = 31.52%
G = 0%
B = 68.48%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#340071 (or 0x340071) is known color: Persian Indigo. HEX triplet: 34, 00 and 71. RGB value is (52,0,113). Sum of RGB (Red+Green+Blue) = 52+0+113=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #340071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340071 is #CBFF8E. Grayscale: #1C1C1C. Windows color (decimal): -13369231 or 7405620. OLE color: 7405620.

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

Color convert

RGB 52 0 113 -
CMYK 0.54 1 0 0.56
HSL 267.61º 1% 0.22% -
HSV(B) 267.61º 1% 0.44% -
XYZ 4.4 1.92 15.76 -
YUV 28.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 52 0 113 0.54 1 0 0.56 267.61 1 0.22
Hex 34 0 71 36 64 0 38 10C 64 16
Octal 64 0 161 66 144 0 70 414 144 26
Binary 110100 0 1110001 110110 1100100 0 111000 100001100 1100100 10110

Color Harmonies of #340071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340071

Black with #340071

Text Example


Text Example

White with #340071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340071; }

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

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

background-color css

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

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

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

border-color css

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

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

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