Html Css Color HEX #470477 Indigo

📋 copy color: '#470477'

red 71 ◦ green 4 ◦ blue 119

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

Shades of Indigo #470477

Tints of Indigo #470477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

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

R = 36.6%
G = 2.06%
B = 61.34%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#470477 (or 0x470477) is known color: Indigo. HEX triplet: 47, 04 and 77. RGB value is (71,4,119). Sum of RGB (Red+Green+Blue) = 71+4+119=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #470477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470477 is #B8FB88. Grayscale: #242424. Windows color (decimal): -12123017 or 7799879. OLE color: 7799879.

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

Color convert

RGB 71 4 119 -
CMYK 0.40 0.97 0 0.53
HSL 274.96º 0.93% 0.24% -
HSV(B) 274.96º 0.97% 0.47% -
XYZ 5.97 2.76 17.67 -
YUV 37.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 71 4 119 0.40 0.97 0 0.53 274.96 0.93 0.24
Hex 47 4 77 28 61 0 35 113 5D 18
Octal 107 4 167 50 141 0 65 423 135 30
Binary 1000111 100 1110111 101000 1100001 0 110101 100010011 1011101 11000

Color Harmonies of #470477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470477

Black with #470477

Text Example


Text Example

White with #470477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470477; }

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

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

background-color css

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

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

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

border-color css

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

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

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