Html Css Color HEX #471376 Indigo

📋 copy color: '#471376'

red 71 ◦ green 19 ◦ blue 118

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

Shades of Indigo #471376

Tints of Indigo #471376

RGB

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

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

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

R = 34.13%
G = 9.13%
B = 56.73%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#471376 (or 0x471376) is known color: Indigo. HEX triplet: 47, 13 and 76. RGB value is (71,19,118). Sum of RGB (Red+Green+Blue) = 71+19+118=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #471376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471376 is #B8EC89. Grayscale: #2D2D2D. Windows color (decimal): -12119178 or 7738183. OLE color: 7738183.

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

Color convert

RGB 71 19 118 -
CMYK 0.40 0.84 0 0.54
HSL 271.52º 0.72% 0.27% -
HSV(B) 271.52º 0.84% 0.46% -
XYZ 6.1 3.11 17.42 -
YUV 45.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 71 19 118 0.40 0.84 0 0.54 271.52 0.72 0.27
Hex 47 13 76 28 54 0 36 110 48 1B
Octal 107 23 166 50 124 0 66 420 110 33
Binary 1000111 10011 1110110 101000 1010100 0 110110 100010000 1001000 11011

Color Harmonies of #471376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471376

Black with #471376

Text Example


Text Example

White with #471376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471376; }

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

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

background-color css

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

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

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

border-color css

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

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

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