Html Css Color HEX #471172 Indigo

📋 copy color: '#471172'

red 71 ◦ green 17 ◦ blue 114

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

Shades of Indigo #471172

Tints of Indigo #471172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.44%

R = 35.15%
G = 8.42%
B = 56.44%

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

#471172 (or 0x471172) is known color: Indigo. HEX triplet: 47, 11 and 72. RGB value is (71,17,114). Sum of RGB (Red+Green+Blue) = 71+17+114=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #471172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471172 is #B8EE8D. Grayscale: #2B2B2B. Windows color (decimal): -12119694 or 7475527. OLE color: 7475527.

HSL color Cylindrical-coordinate representation of color #471172: hue angle of 273.4º 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 #471172 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 17 114 -
CMYK 0.38 0.85 0 0.55
HSL 273.4º 0.74% 0.26% -
HSV(B) 273.4º 0.85% 0.45% -
XYZ 5.84 2.96 16.18 -
YUV 44.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 71 17 114 0.38 0.85 0 0.55 273.4 0.74 0.26
Hex 47 11 72 26 55 0 37 111 4A 1A
Octal 107 21 162 46 125 0 67 421 112 32
Binary 1000111 10001 1110010 100110 1010101 0 110111 100010001 1001010 11010

Color Harmonies of #471172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471172

Black with #471172

Text Example


Text Example

White with #471172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471172; }

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

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

background-color css

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

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

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

border-color css

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

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

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