Html Css Color HEX #471173 Indigo

📋 copy color: '#471173'

red 71 ◦ green 17 ◦ blue 115

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

Shades of Indigo #471173

Tints of Indigo #471173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.65%

R = 34.98%
G = 8.37%
B = 56.65%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471173 (or 0x471173) is known color: Indigo. HEX triplet: 47, 11 and 73. RGB value is (71,17,115). Sum of RGB (Red+Green+Blue) = 71+17+115=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #471173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471173 is #B8EE8C. Grayscale: #2B2B2B. Windows color (decimal): -12119693 or 7541063. OLE color: 7541063.

HSL color Cylindrical-coordinate representation of color #471173: hue angle of 273.06º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471173 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 17 115 -
CMYK 0.38 0.85 0 0.55
HSL 273.06º 0.74% 0.26% -
HSV(B) 273.06º 0.85% 0.45% -
XYZ 5.89 2.98 16.48 -
YUV 44.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 71 17 115 0.38 0.85 0 0.55 273.06 0.74 0.26
Hex 47 11 73 26 55 0 37 111 4A 1A
Octal 107 21 163 46 125 0 67 421 112 32
Binary 1000111 10001 1110011 100110 1010101 0 110111 100010001 1001010 11010

Color Harmonies of #471173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471173

Black with #471173

Text Example


Text Example

White with #471173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471173; }

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

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

background-color css

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

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

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

border-color css

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

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

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