Html Css Color HEX #341071 Persian Indigo

📋 copy color: '#341071'

red 52 ◦ green 16 ◦ blue 113

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

Shades of Persian Indigo #341071

Tints of Persian Indigo #341071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 28.73%
G = 8.84%
B = 62.43%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#341071 (or 0x341071) is known color: Persian Indigo. HEX triplet: 34, 10 and 71. RGB value is (52,16,113). Sum of RGB (Red+Green+Blue) = 52+16+113=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #341071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341071 is #CBEF8E. Grayscale: #252525. Windows color (decimal): -13365135 or 7409716. OLE color: 7409716.

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

Color convert

RGB 52 16 113 -
CMYK 0.54 0.86 0 0.56
HSL 262.27º 0.75% 0.25% -
HSV(B) 262.27º 0.86% 0.44% -
XYZ 4.58 2.29 15.82 -
YUV 37.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 52 16 113 0.54 0.86 0 0.56 262.27 0.75 0.25
Hex 34 10 71 36 56 0 38 106 4B 19
Octal 64 20 161 66 126 0 70 406 113 31
Binary 110100 10000 1110001 110110 1010110 0 111000 100000110 1001011 11001

Color Harmonies of #341071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341071

Black with #341071

Text Example


Text Example

White with #341071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341071; }

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

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

background-color css

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

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

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

border-color css

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

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

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