Html Css Color HEX #470577 Indigo

📋 copy color: '#470577'

red 71 ◦ green 5 ◦ blue 119

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

Shades of Indigo #470577

Tints of Indigo #470577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 61.03%

R = 36.41%
G = 2.56%
B = 61.03%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#470577 (or 0x470577) is known color: Indigo. HEX triplet: 47, 05 and 77. RGB value is (71,5,119). Sum of RGB (Red+Green+Blue) = 71+5+119=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #470577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470577 is #B8FA88. Grayscale: #252525. Windows color (decimal): -12122761 or 7800135. OLE color: 7800135.

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

Color convert

RGB 71 5 119 -
CMYK 0.40 0.96 0 0.53
HSL 274.74º 0.92% 0.24% -
HSV(B) 274.74º 0.96% 0.47% -
XYZ 5.98 2.78 17.67 -
YUV 37.73 173.87 151.73 -
System Red Green Blue C M Y K H S L
Decimal 71 5 119 0.40 0.96 0 0.53 274.74 0.92 0.24
Hex 47 5 77 28 60 0 35 113 5C 18
Octal 107 5 167 50 140 0 65 423 134 30
Binary 1000111 101 1110111 101000 1100000 0 110101 100010011 1011100 11000

Color Harmonies of #470577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470577

Black with #470577

Text Example


Text Example

White with #470577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470577; }

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

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

background-color css

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

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

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

border-color css

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

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

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