Html Css Color HEX #471576 Indigo

📋 copy color: '#471576'

red 71 ◦ green 21 ◦ blue 118

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

Shades of Indigo #471576

Tints of Indigo #471576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 33.81%
G = 10%
B = 56.19%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#471576 (or 0x471576) is known color: Indigo. HEX triplet: 47, 15 and 76. RGB value is (71,21,118). Sum of RGB (Red+Green+Blue) = 71+21+118=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #471576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471576 is #B8EA89. Grayscale: #2E2E2E. Windows color (decimal): -12118666 or 7738695. OLE color: 7738695.

HSL color Cylindrical-coordinate representation of color #471576: hue angle of 270.93º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471576 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 21 118 -
CMYK 0.40 0.82 0 0.54
HSL 270.93º 0.7% 0.27% -
HSV(B) 270.93º 0.82% 0.46% -
XYZ 6.14 3.18 17.43 -
YUV 47.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 71 21 118 0.40 0.82 0 0.54 270.93 0.7 0.27
Hex 47 15 76 28 52 0 36 10F 46 1B
Octal 107 25 166 50 122 0 66 417 106 33
Binary 1000111 10101 1110110 101000 1010010 0 110110 100001111 1000110 11011

Color Harmonies of #471576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471576

Black with #471576

Text Example


Text Example

White with #471576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471576; }

 p { color: rgb(71,21,118); }

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

background-color css

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

 a { background-color: rgb(71,21,118); }

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

border-color css

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

 span { border-color: rgb(71,21,118); }

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