Html Css Color HEX #471471 Indigo

📋 copy color: '#471471'

red 71 ◦ green 20 ◦ blue 113

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

Shades of Indigo #471471

Tints of Indigo #471471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

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

R = 34.8%
G = 9.8%
B = 55.39%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#471471 (or 0x471471) is known color: Indigo. HEX triplet: 47, 14 and 71. RGB value is (71,20,113). Sum of RGB (Red+Green+Blue) = 71+20+113=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #471471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471471 is #B8EB8E. Grayscale: #2D2D2D. Windows color (decimal): -12118927 or 7410759. OLE color: 7410759.

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

Color convert

RGB 71 20 113 -
CMYK 0.37 0.82 0 0.56
HSL 272.9º 0.7% 0.26% -
HSV(B) 272.9º 0.82% 0.44% -
XYZ 5.83 3.03 15.9 -
YUV 45.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 71 20 113 0.37 0.82 0 0.56 272.9 0.7 0.26
Hex 47 14 71 25 52 0 38 111 46 1A
Octal 107 24 161 45 122 0 70 421 106 32
Binary 1000111 10100 1110001 100101 1010010 0 111000 100010001 1000110 11010

Color Harmonies of #471471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471471

Black with #471471

Text Example


Text Example

White with #471471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471471; }

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

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

background-color css

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

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

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

border-color css

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

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

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