Html Css Color HEX #471697 Indigo

📋 copy color: '#471697'

red 71 ◦ green 22 ◦ blue 151

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

Shades of Indigo #471697

Tints of Indigo #471697

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

 BLUE value IS 151 (59.38% from 255) = 61.89%

R = 29.1%
G = 9.02%
B = 61.89%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#471697 (or 0x471697) is known color: Indigo. HEX triplet: 47, 16 and 97. RGB value is (71,22,151). Sum of RGB (Red+Green+Blue) = 71+22+151=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #471697 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471697 is #B8E968. Grayscale: #323232. Windows color (decimal): -12118377 or 9901639. OLE color: 9901639.

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

Color convert

RGB 71 22 151 -
CMYK 0.53 0.85 0 0.41
HSL 262.79º 0.75% 0.34% -
HSV(B) 262.79º 0.85% 0.59% -
XYZ 8.47 4.15 29.63 -
YUV 51.36 184.23 142.01 -
System Red Green Blue C M Y K H S L
Decimal 71 22 151 0.53 0.85 0 0.41 262.79 0.75 0.34
Hex 47 16 97 35 55 0 29 107 4B 22
Octal 107 26 227 65 125 0 51 407 113 42
Binary 1000111 10110 10010111 110101 1010101 0 101001 100000111 1001011 100010

Color Harmonies of #471697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471697

Black with #471697

Text Example


Text Example

White with #471697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471697; }

 p { color: rgb(71,22,151); }

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

background-color css

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

 a { background-color: rgb(71,22,151); }

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

border-color css

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

 span { border-color: rgb(71,22,151); }

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