Html Css Color HEX #470579 Indigo

📋 copy color: '#470579'

red 71 ◦ green 5 ◦ blue 121

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

Shades of Indigo #470579

Tints of Indigo #470579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 61.42%

R = 36.04%
G = 2.54%
B = 61.42%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#470579 (or 0x470579) is known color: Indigo. HEX triplet: 47, 05 and 79. RGB value is (71,5,121). Sum of RGB (Red+Green+Blue) = 71+5+121=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #470579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470579 is #B8FA86. Grayscale: #252525. Windows color (decimal): -12122759 or 7931207. OLE color: 7931207.

HSL color Cylindrical-coordinate representation of color #470579: hue angle of 274.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470579 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 5 121 -
CMYK 0.41 0.96 0 0.53
HSL 274.14º 0.92% 0.25% -
HSV(B) 274.14º 0.96% 0.47% -
XYZ 6.1 2.83 18.31 -
YUV 37.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 71 5 121 0.41 0.96 0 0.53 274.14 0.92 0.25
Hex 47 5 79 29 60 0 35 112 5C 19
Octal 107 5 171 51 140 0 65 422 134 31
Binary 1000111 101 1111001 101001 1100000 0 110101 100010010 1011100 11001

Color Harmonies of #470579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470579

Black with #470579

Text Example


Text Example

White with #470579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470579; }

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

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

background-color css

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

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

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

border-color css

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

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

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