Html Css Color HEX #471480 Indigo

📋 copy color: '#471480'

red 71 ◦ green 20 ◦ blue 128

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

Shades of Indigo #471480

Tints of Indigo #471480

RGB

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

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

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

R = 32.42%
G = 9.13%
B = 58.45%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#471480 (or 0x471480) is known color: Indigo. HEX triplet: 47, 14 and 80. RGB value is (71,20,128). Sum of RGB (Red+Green+Blue) = 71+20+128=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #471480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471480 is #B8EB7F. Grayscale: #2F2F2F. Windows color (decimal): -12118912 or 8393799. OLE color: 8393799.

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

Color convert

RGB 71 20 128 -
CMYK 0.45 0.84 0 0.50
HSL 268.33º 0.73% 0.29% -
HSV(B) 268.33º 0.84% 0.5% -
XYZ 6.74 3.4 20.72 -
YUV 47.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 71 20 128 0.45 0.84 0 0.50 268.33 0.73 0.29
Hex 47 14 80 2D 54 0 32 10C 49 1D
Octal 107 24 200 55 124 0 62 414 111 35
Binary 1000111 10100 10000000 101101 1010100 0 110010 100001100 1001001 11101

Color Harmonies of #471480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471480

Black with #471480

Text Example


Text Example

White with #471480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471480; }

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

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

background-color css

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

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

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

border-color css

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

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

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