Html Css Color HEX #471389 Indigo

📋 copy color: '#471389'

red 71 ◦ green 19 ◦ blue 137

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

Shades of Indigo #471389

Tints of Indigo #471389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.35%

R = 31.28%
G = 8.37%
B = 60.35%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#471389 (or 0x471389) is known color: Indigo. HEX triplet: 47, 13 and 89. RGB value is (71,19,137). Sum of RGB (Red+Green+Blue) = 71+19+137=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #471389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471389 is #B8EC76. Grayscale: #2F2F2F. Windows color (decimal): -12119159 or 8983367. OLE color: 8983367.

HSL color Cylindrical-coordinate representation of color #471389: hue angle of 266.44º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471389 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 19 137 -
CMYK 0.48 0.86 0 0.46
HSL 266.44º 0.76% 0.31% -
HSV(B) 266.44º 0.86% 0.54% -
XYZ 7.35 3.61 23.98 -
YUV 48 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 71 19 137 0.48 0.86 0 0.46 266.44 0.76 0.31
Hex 47 13 89 30 56 0 2E 10A 4C 1F
Octal 107 23 211 60 126 0 56 412 114 37
Binary 1000111 10011 10001001 110000 1010110 0 101110 100001010 1001100 11111

Color Harmonies of #471389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471389

Black with #471389

Text Example


Text Example

White with #471389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471389; }

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

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

background-color css

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

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

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

border-color css

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

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

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