Html Css Color HEX #471170 Indigo

📋 copy color: '#471170'

red 71 ◦ green 17 ◦ blue 112

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

Shades of Indigo #471170

Tints of Indigo #471170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56%

R = 35.5%
G = 8.5%
B = 56%

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

#471170 (or 0x471170) is known color: Indigo. HEX triplet: 47, 11 and 70. RGB value is (71,17,112). Sum of RGB (Red+Green+Blue) = 71+17+112=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #471170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471170 is #B8EE8F. Grayscale: #2B2B2B. Windows color (decimal): -12119696 or 7344455. OLE color: 7344455.

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

Color convert

RGB 71 17 112 -
CMYK 0.37 0.85 0 0.56
HSL 274.11º 0.74% 0.25% -
HSV(B) 274.11º 0.85% 0.44% -
XYZ 5.72 2.91 15.59 -
YUV 43.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 71 17 112 0.37 0.85 0 0.56 274.11 0.74 0.25
Hex 47 11 70 25 55 0 38 112 4A 19
Octal 107 21 160 45 125 0 70 422 112 31
Binary 1000111 10001 1110000 100101 1010101 0 111000 100010010 1001010 11001

Color Harmonies of #471170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471170

Black with #471170

Text Example


Text Example

White with #471170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471170; }

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

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

background-color css

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

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

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

border-color css

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

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

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