Html Css Color HEX #471271 Indigo

📋 copy color: '#471271'

red 71 ◦ green 18 ◦ blue 113

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

Shades of Indigo #471271

Tints of Indigo #471271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 35.15%
G = 8.91%
B = 55.94%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#471271 (or 0x471271) is known color: Indigo. HEX triplet: 47, 12 and 71. RGB value is (71,18,113). Sum of RGB (Red+Green+Blue) = 71+18+113=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #471271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471271 is #B8ED8E. Grayscale: #2C2C2C. Windows color (decimal): -12119439 or 7410247. OLE color: 7410247.

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

Color convert

RGB 71 18 113 -
CMYK 0.37 0.84 0 0.56
HSL 273.47º 0.73% 0.26% -
HSV(B) 273.47º 0.84% 0.44% -
XYZ 5.8 2.96 15.89 -
YUV 44.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 71 18 113 0.37 0.84 0 0.56 273.47 0.73 0.26
Hex 47 12 71 25 54 0 38 111 49 1A
Octal 107 22 161 45 124 0 70 421 111 32
Binary 1000111 10010 1110001 100101 1010100 0 111000 100010001 1001001 11010

Color Harmonies of #471271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471271

Black with #471271

Text Example


Text Example

White with #471271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471271; }

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

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

background-color css

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

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

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

border-color css

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

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

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