Html Css Color HEX #470771 Indigo

📋 copy color: '#470771'

red 71 ◦ green 7 ◦ blue 113

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

Shades of Indigo #470771

Tints of Indigo #470771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.66%

 BLUE value IS 113 (44.53% from 255) = 59.16%

R = 37.17%
G = 3.66%
B = 59.16%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#470771 (or 0x470771) is known color: Indigo. HEX triplet: 47, 07 and 71. RGB value is (71,7,113). Sum of RGB (Red+Green+Blue) = 71+7+113=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #470771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470771 is #B8F88E. Grayscale: #252525. Windows color (decimal): -12122255 or 7407431. OLE color: 7407431.

HSL color Cylindrical-coordinate representation of color #470771: hue angle of 276.23º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470771 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 7 113 -
CMYK 0.37 0.94 0 0.56
HSL 276.23º 0.88% 0.24% -
HSV(B) 276.23º 0.94% 0.44% -
XYZ 5.66 2.68 15.84 -
YUV 38.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 71 7 113 0.37 0.94 0 0.56 276.23 0.88 0.24
Hex 47 7 71 25 5E 0 38 114 58 18
Octal 107 7 161 45 136 0 70 424 130 30
Binary 1000111 111 1110001 100101 1011110 0 111000 100010100 1011000 11000

Color Harmonies of #470771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470771

Black with #470771

Text Example


Text Example

White with #470771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470771; }

 p { color: rgb(71,7,113); }

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

background-color css

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

 a { background-color: rgb(71,7,113); }

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

border-color css

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

 span { border-color: rgb(71,7,113); }

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