Html Css Color HEX #471474 Indigo

📋 copy color: '#471474'

red 71 ◦ green 20 ◦ blue 116

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

Shades of Indigo #471474

Tints of Indigo #471474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.04%

R = 34.3%
G = 9.66%
B = 56.04%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471474 (or 0x471474) is known color: Indigo. HEX triplet: 47, 14 and 74. RGB value is (71,20,116). Sum of RGB (Red+Green+Blue) = 71+20+116=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #471474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471474 is #B8EB8B. Grayscale: #2D2D2D. Windows color (decimal): -12118924 or 7607367. OLE color: 7607367.

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

Color convert

RGB 71 20 116 -
CMYK 0.39 0.83 0 0.55
HSL 271.88º 0.71% 0.27% -
HSV(B) 271.88º 0.83% 0.45% -
XYZ 6 3.1 16.81 -
YUV 46.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 71 20 116 0.39 0.83 0 0.55 271.88 0.71 0.27
Hex 47 14 74 27 53 0 37 110 47 1B
Octal 107 24 164 47 123 0 67 420 107 33
Binary 1000111 10100 1110100 100111 1010011 0 110111 100010000 1000111 11011

Color Harmonies of #471474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471474

Black with #471474

Text Example


Text Example

White with #471474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471474; }

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

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

background-color css

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

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

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

border-color css

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

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

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