Html Css Color HEX #471374 Indigo

📋 copy color: '#471374'

red 71 ◦ green 19 ◦ blue 116

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

Shades of Indigo #471374

Tints of Indigo #471374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

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

R = 34.47%
G = 9.22%
B = 56.31%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471374 (or 0x471374) is known color: Indigo. HEX triplet: 47, 13 and 74. RGB value is (71,19,116). Sum of RGB (Red+Green+Blue) = 71+19+116=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #471374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471374 is #B8EC8B. Grayscale: #2D2D2D. Windows color (decimal): -12119180 or 7607111. OLE color: 7607111.

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

Color convert

RGB 71 19 116 -
CMYK 0.39 0.84 0 0.55
HSL 272.16º 0.72% 0.26% -
HSV(B) 272.16º 0.84% 0.45% -
XYZ 5.98 3.07 16.8 -
YUV 45.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 71 19 116 0.39 0.84 0 0.55 272.16 0.72 0.26
Hex 47 13 74 27 54 0 37 110 48 1A
Octal 107 23 164 47 124 0 67 420 110 32
Binary 1000111 10011 1110100 100111 1010100 0 110111 100010000 1001000 11010

Color Harmonies of #471374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471374

Black with #471374

Text Example


Text Example

White with #471374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471374; }

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

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

background-color css

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

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

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

border-color css

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

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

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