Html Css Color HEX #471479 Indigo

📋 copy color: '#471479'

red 71 ◦ green 20 ◦ blue 121

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

Shades of Indigo #471479

Tints of Indigo #471479

RGB

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

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

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

R = 33.49%
G = 9.43%
B = 57.08%

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

#471479 (or 0x471479) is known color: Indigo. HEX triplet: 47, 14 and 79. RGB value is (71,20,121). Sum of RGB (Red+Green+Blue) = 71+20+121=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #471479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471479 is #B8EB86. Grayscale: #2E2E2E. Windows color (decimal): -12118919 or 7935047. OLE color: 7935047.

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

Color convert

RGB 71 20 121 -
CMYK 0.41 0.83 0 0.53
HSL 270.3º 0.72% 0.28% -
HSV(B) 270.3º 0.83% 0.47% -
XYZ 6.3 3.22 18.38 -
YUV 46.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 71 20 121 0.41 0.83 0 0.53 270.3 0.72 0.28
Hex 47 14 79 29 53 0 35 10E 48 1C
Octal 107 24 171 51 123 0 65 416 110 34
Binary 1000111 10100 1111001 101001 1010011 0 110101 100001110 1001000 11100

Color Harmonies of #471479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471479

Black with #471479

Text Example


Text Example

White with #471479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471479; }

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

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

background-color css

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

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

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

border-color css

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

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

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