Html Css Color HEX #471496 Indigo

📋 copy color: '#471496'

red 71 ◦ green 20 ◦ blue 150

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

Shades of Indigo #471496

Tints of Indigo #471496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 62.24%

R = 29.46%
G = 8.3%
B = 62.24%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#471496 (or 0x471496) is known color: Indigo. HEX triplet: 47, 14 and 96. RGB value is (71,20,150). Sum of RGB (Red+Green+Blue) = 71+20+150=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #471496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471496 is #B8EB69. Grayscale: #313131. Windows color (decimal): -12118890 or 9835591. OLE color: 9835591.

HSL color Cylindrical-coordinate representation of color #471496: hue angle of 263.54º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471496 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 20 150 -
CMYK 0.53 0.87 0 0.41
HSL 263.54º 0.76% 0.33% -
HSV(B) 263.54º 0.87% 0.59% -
XYZ 8.35 4.04 29.19 -
YUV 50.07 184.4 142.93 -
System Red Green Blue C M Y K H S L
Decimal 71 20 150 0.53 0.87 0 0.41 263.54 0.76 0.33
Hex 47 14 96 35 57 0 29 108 4C 21
Octal 107 24 226 65 127 0 51 410 114 41
Binary 1000111 10100 10010110 110101 1010111 0 101001 100001000 1001100 100001

Color Harmonies of #471496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471496

Black with #471496

Text Example


Text Example

White with #471496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471496; }

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

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

background-color css

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

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

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

border-color css

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

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

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