Html Css Color HEX #470F80 Indigo

📋 copy color: '#470F80'

red 71 ◦ green 15 ◦ blue 128

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

Shades of Indigo #470F80

Tints of Indigo #470F80

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

 BLUE value IS 128 (50.39% from 255) = 59.81%

R = 33.18%
G = 7.01%
B = 59.81%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#470F80 (or 0x470F80) is known color: Indigo. HEX triplet: 47, 0F and 80. RGB value is (71,15,128). Sum of RGB (Red+Green+Blue) = 71+15+128=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #470F80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470F80 is #B8F07F. Grayscale: #2C2C2C. Windows color (decimal): -12120192 or 8392519. OLE color: 8392519.

HSL color Cylindrical-coordinate representation of color #470F80: hue angle of 269.73º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #470F80 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 15 128 -
CMYK 0.45 0.88 0 0.50
HSL 269.73º 0.79% 0.28% -
HSV(B) 269.73º 0.88% 0.5% -
XYZ 6.67 3.24 20.7 -
YUV 44.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 71 15 128 0.45 0.88 0 0.50 269.73 0.79 0.28
Hex 47 F 80 2D 58 0 32 10E 4F 1C
Octal 107 17 200 55 130 0 62 416 117 34
Binary 1000111 1111 10000000 101101 1011000 0 110010 100001110 1001111 11100

Color Harmonies of #470F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F80

Black with #470F80

Text Example


Text Example

White with #470F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470F80; }

 p { color: rgb(71,15,128); }

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

background-color css

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

 a { background-color: rgb(71,15,128); }

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

border-color css

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

 span { border-color: rgb(71,15,128); }

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