Html Css Color HEX #471168 Indigo

📋 copy color: '#471168'

red 71 ◦ green 17 ◦ blue 104

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

Shades of Indigo #471168

Tints of Indigo #471168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.17%

R = 36.98%
G = 8.85%
B = 54.17%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#471168 (or 0x471168) is known color: Indigo. HEX triplet: 47, 11 and 68. RGB value is (71,17,104). Sum of RGB (Red+Green+Blue) = 71+17+104=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #471168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471168 is #B8EE97. Grayscale: #2A2A2A. Windows color (decimal): -12119704 or 6820167. OLE color: 6820167.

HSL color Cylindrical-coordinate representation of color #471168: hue angle of 277.24º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471168 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 17 104 -
CMYK 0.32 0.84 0 0.59
HSL 277.24º 0.72% 0.24% -
HSV(B) 277.24º 0.84% 0.41% -
XYZ 5.3 2.74 13.35 -
YUV 43.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 71 17 104 0.32 0.84 0 0.59 277.24 0.72 0.24
Hex 47 11 68 20 54 0 3B 115 48 18
Octal 107 21 150 40 124 0 73 425 110 30
Binary 1000111 10001 1101000 100000 1010100 0 111011 100010101 1001000 11000

Color Harmonies of #471168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471168

Black with #471168

Text Example


Text Example

White with #471168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471168; }

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

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

background-color css

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

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

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

border-color css

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

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

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