Html Css Color HEX #470071 Indigo

📋 copy color: '#470071'

red 71 ◦ green 0 ◦ blue 113

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

Shades of Indigo #470071

Tints of Indigo #470071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.59%
G = 0%
B = 61.41%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#470071 (or 0x470071) is known color: Indigo. HEX triplet: 47, 00 and 71. RGB value is (71,0,113). Sum of RGB (Red+Green+Blue) = 71+0+113=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #470071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470071 is #B8FF8E. Grayscale: #212121. Windows color (decimal): -12124047 or 7405639. OLE color: 7405639.

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

Color convert

RGB 71 0 113 -
CMYK 0.37 1 0 0.56
HSL 277.7º 1% 0.22% -
HSV(B) 277.7º 1% 0.44% -
XYZ 5.58 2.53 15.82 -
YUV 34.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 71 0 113 0.37 1 0 0.56 277.7 1 0.22
Hex 47 0 71 25 64 0 38 116 64 16
Octal 107 0 161 45 144 0 70 426 144 26
Binary 1000111 0 1110001 100101 1100100 0 111000 100010110 1100100 10110

Color Harmonies of #470071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470071

Black with #470071

Text Example


Text Example

White with #470071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470071; }

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

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

background-color css

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

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

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

border-color css

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

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

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