Html Css Color HEX #471071 Indigo

📋 copy color: '#471071'

red 71 ◦ green 16 ◦ blue 113

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

Shades of Indigo #471071

Tints of Indigo #471071

RGB

 RED value IS 71 (28.13% from 255) = 35.5%

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

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

R = 35.5%
G = 8%
B = 56.5%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#471071 (or 0x471071) is known color: Indigo. HEX triplet: 47, 10 and 71. RGB value is (71,16,113). Sum of RGB (Red+Green+Blue) = 71+16+113=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #471071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471071 is #B8EF8E. Grayscale: #2B2B2B. Windows color (decimal): -12119951 or 7409735. OLE color: 7409735.

HSL color Cylindrical-coordinate representation of color #471071: hue angle of 274.02º 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 #471071 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 16 113 -
CMYK 0.37 0.86 0 0.56
HSL 274.02º 0.75% 0.25% -
HSV(B) 274.02º 0.86% 0.44% -
XYZ 5.76 2.9 15.88 -
YUV 43.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 71 16 113 0.37 0.86 0 0.56 274.02 0.75 0.25
Hex 47 10 71 25 56 0 38 112 4B 19
Octal 107 20 161 45 126 0 70 422 113 31
Binary 1000111 10000 1110001 100101 1010110 0 111000 100010010 1001011 11001

Color Harmonies of #471071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471071

Black with #471071

Text Example


Text Example

White with #471071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471071; }

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

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

background-color css

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

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

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

border-color css

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

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

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