Html Css Color HEX #471171 Indigo

📋 copy color: '#471171'

red 71 ◦ green 17 ◦ blue 113

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

Shades of Indigo #471171

Tints of Indigo #471171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

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

R = 35.32%
G = 8.46%
B = 56.22%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#471171 (or 0x471171) is known color: Indigo. HEX triplet: 47, 11 and 71. RGB value is (71,17,113). Sum of RGB (Red+Green+Blue) = 71+17+113=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #471171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471171 is #B8EE8E. Grayscale: #2B2B2B. Windows color (decimal): -12119695 or 7409991. OLE color: 7409991.

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

Color convert

RGB 71 17 113 -
CMYK 0.37 0.85 0 0.56
HSL 273.75º 0.74% 0.25% -
HSV(B) 273.75º 0.85% 0.44% -
XYZ 5.78 2.93 15.88 -
YUV 44.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 71 17 113 0.37 0.85 0 0.56 273.75 0.74 0.25
Hex 47 11 71 25 55 0 38 112 4A 19
Octal 107 21 161 45 125 0 70 422 112 31
Binary 1000111 10001 1110001 100101 1010101 0 111000 100010010 1001010 11001

Color Harmonies of #471171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471171

Black with #471171

Text Example


Text Example

White with #471171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471171; }

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

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

background-color css

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

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

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

border-color css

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

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

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