Html Css Color HEX #471478 Indigo

📋 copy color: '#471478'

red 71 ◦ green 20 ◦ blue 120

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

Shades of Indigo #471478

Tints of Indigo #471478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

 BLUE value IS 120 (47.27% from 255) = 56.87%

R = 33.65%
G = 9.48%
B = 56.87%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471478 (or 0x471478) is known color: Indigo. HEX triplet: 47, 14 and 78. RGB value is (71,20,120). Sum of RGB (Red+Green+Blue) = 71+20+120=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #471478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471478 is #B8EB87. Grayscale: #2E2E2E. Windows color (decimal): -12118920 or 7869511. OLE color: 7869511.

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

Color convert

RGB 71 20 120 -
CMYK 0.41 0.83 0 0.53
HSL 270.6º 0.71% 0.27% -
HSV(B) 270.6º 0.83% 0.47% -
XYZ 6.24 3.2 18.06 -
YUV 46.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 71 20 120 0.41 0.83 0 0.53 270.6 0.71 0.27
Hex 47 14 78 29 53 0 35 10F 47 1B
Octal 107 24 170 51 123 0 65 417 107 33
Binary 1000111 10100 1111000 101001 1010011 0 110101 100001111 1000111 11011

Color Harmonies of #471478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471478

Black with #471478

Text Example


Text Example

White with #471478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471478; }

 p { color: rgb(71,20,120); }

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

background-color css

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

 a { background-color: rgb(71,20,120); }

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

border-color css

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

 span { border-color: rgb(71,20,120); }

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