Html Css Color HEX #470271 Indigo

📋 copy color: '#470271'

red 71 ◦ green 2 ◦ blue 113

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

Shades of Indigo #470271

Tints of Indigo #470271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 38.17%
G = 1.08%
B = 60.75%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#470271 (or 0x470271) is known color: Indigo. HEX triplet: 47, 02 and 71. RGB value is (71,2,113). Sum of RGB (Red+Green+Blue) = 71+2+113=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #470271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470271 is #B8FD8E. Grayscale: #222222. Windows color (decimal): -12123535 or 7406151. OLE color: 7406151.

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

Color convert

RGB 71 2 113 -
CMYK 0.37 0.98 0 0.56
HSL 277.3º 0.97% 0.23% -
HSV(B) 277.3º 0.98% 0.44% -
XYZ 5.6 2.58 15.82 -
YUV 35.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 71 2 113 0.37 0.98 0 0.56 277.3 0.97 0.23
Hex 47 2 71 25 62 0 38 115 61 17
Octal 107 2 161 45 142 0 70 425 141 27
Binary 1000111 10 1110001 100101 1100010 0 111000 100010101 1100001 10111

Color Harmonies of #470271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470271

Black with #470271

Text Example


Text Example

White with #470271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470271; }

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

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

background-color css

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

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

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

border-color css

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

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

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