Html Css Color HEX #471391 Indigo

📋 copy color: '#471391'

red 71 ◦ green 19 ◦ blue 145

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

Shades of Indigo #471391

Tints of Indigo #471391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.7%

R = 30.21%
G = 8.09%
B = 61.7%

CMYK

 C value IS 0.51

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#471391 (or 0x471391) is known color: Indigo. HEX triplet: 47, 13 and 91. RGB value is (71,19,145). Sum of RGB (Red+Green+Blue) = 71+19+145=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #471391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471391 is #B8EC6E. Grayscale: #303030. Windows color (decimal): -12119151 or 9507655. OLE color: 9507655.

HSL color Cylindrical-coordinate representation of color #471391: hue angle of 264.76º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471391 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 19 145 -
CMYK 0.51 0.87 0 0.43
HSL 264.76º 0.77% 0.32% -
HSV(B) 264.76º 0.87% 0.57% -
XYZ 7.94 3.85 27.11 -
YUV 48.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 71 19 145 0.51 0.87 0 0.43 264.76 0.77 0.32
Hex 47 13 91 33 57 0 2B 109 4D 20
Octal 107 23 221 63 127 0 53 411 115 40
Binary 1000111 10011 10010001 110011 1010111 0 101011 100001001 1001101 100000

Color Harmonies of #471391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471391

Black with #471391

Text Example


Text Example

White with #471391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471391; }

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

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

background-color css

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

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

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

border-color css

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

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

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