Html Css Color HEX #471196 Indigo

📋 copy color: '#471196'

red 71 ◦ green 17 ◦ blue 150

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

Shades of Indigo #471196

Tints of Indigo #471196

RGB

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

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

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

R = 29.83%
G = 7.14%
B = 63.03%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#471196 (or 0x471196) is known color: Indigo. HEX triplet: 47, 11 and 96. RGB value is (71,17,150). Sum of RGB (Red+Green+Blue) = 71+17+150=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #471196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471196 is #B8EE69. Grayscale: #2F2F2F. Windows color (decimal): -12119658 or 9834823. OLE color: 9834823.

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

Color convert

RGB 71 17 150 -
CMYK 0.53 0.89 0 0.41
HSL 264.36º 0.8% 0.33% -
HSV(B) 264.36º 0.89% 0.59% -
XYZ 8.3 3.94 29.18 -
YUV 48.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 71 17 150 0.53 0.89 0 0.41 264.36 0.8 0.33
Hex 47 11 96 35 59 0 29 108 50 21
Octal 107 21 226 65 131 0 51 410 120 41
Binary 1000111 10001 10010110 110101 1011001 0 101001 100001000 1010000 100001

Color Harmonies of #471196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471196

Black with #471196

Text Example


Text Example

White with #471196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471196; }

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

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

background-color css

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

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

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

border-color css

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

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

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