Html Css Color HEX #470580 Indigo

📋 copy color: '#470580'

red 71 ◦ green 5 ◦ blue 128

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

Shades of Indigo #470580

Tints of Indigo #470580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 34.8%
G = 2.45%
B = 62.75%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#470580 (or 0x470580) is known color: Indigo. HEX triplet: 47, 05 and 80. RGB value is (71,5,128). Sum of RGB (Red+Green+Blue) = 71+5+128=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #470580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470580 is #B8FA7F. Grayscale: #262626. Windows color (decimal): -12122752 or 8389959. OLE color: 8389959.

HSL color Cylindrical-coordinate representation of color #470580: hue angle of 272.2º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470580 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 5 128 -
CMYK 0.45 0.96 0 0.50
HSL 272.2º 0.92% 0.26% -
HSV(B) 272.2º 0.96% 0.5% -
XYZ 6.55 3.01 20.66 -
YUV 38.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 71 5 128 0.45 0.96 0 0.50 272.2 0.92 0.26
Hex 47 5 80 2D 60 0 32 110 5C 1A
Octal 107 5 200 55 140 0 62 420 134 32
Binary 1000111 101 10000000 101101 1100000 0 110010 100010000 1011100 11010

Color Harmonies of #470580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470580

Black with #470580

Text Example


Text Example

White with #470580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470580; }

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

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

background-color css

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

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

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

border-color css

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

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

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