Html Css Color HEX #340371 Persian Indigo

📋 copy color: '#340371'

red 52 ◦ green 3 ◦ blue 113

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

Shades of Persian Indigo #340371

Tints of Persian Indigo #340371

RGB

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

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

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

R = 30.95%
G = 1.79%
B = 67.26%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#340371 (or 0x340371) is known color: Persian Indigo. HEX triplet: 34, 03 and 71. RGB value is (52,3,113). Sum of RGB (Red+Green+Blue) = 52+3+113=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #340371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340371 is #CBFC8E. Grayscale: #1D1D1D. Windows color (decimal): -13368463 or 7406388. OLE color: 7406388.

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

Color convert

RGB 52 3 113 -
CMYK 0.54 0.97 0 0.56
HSL 266.73º 0.95% 0.23% -
HSV(B) 266.73º 0.97% 0.44% -
XYZ 4.43 1.99 15.77 -
YUV 30.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 52 3 113 0.54 0.97 0 0.56 266.73 0.95 0.23
Hex 34 3 71 36 61 0 38 10B 5F 17
Octal 64 3 161 66 141 0 70 413 137 27
Binary 110100 11 1110001 110110 1100001 0 111000 100001011 1011111 10111

Color Harmonies of #340371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340371

Black with #340371

Text Example


Text Example

White with #340371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340371; }

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

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

background-color css

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

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

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

border-color css

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

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

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