Html Css Color HEX #470889 Indigo

📋 copy color: '#470889'

red 71 ◦ green 8 ◦ blue 137

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

Shades of Indigo #470889

Tints of Indigo #470889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

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

R = 32.87%
G = 3.7%
B = 63.43%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#470889 (or 0x470889) is known color: Indigo. HEX triplet: 47, 08 and 89. RGB value is (71,8,137). Sum of RGB (Red+Green+Blue) = 71+8+137=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 137 (53.91% from 255 or 63.43% from 216); Max value from RGB is 137 - color contains mainly: blue. Hex color #470889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470889 is #B8F776. Grayscale: #292929. Windows color (decimal): -12121975 or 8980551. OLE color: 8980551.

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

Color convert

RGB 71 8 137 -
CMYK 0.48 0.94 0 0.46
HSL 269.3º 0.89% 0.28% -
HSV(B) 269.3º 0.94% 0.54% -
XYZ 7.2 3.32 23.93 -
YUV 41.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 71 8 137 0.48 0.94 0 0.46 269.3 0.89 0.28
Hex 47 8 89 30 5E 0 2E 10D 59 1C
Octal 107 10 211 60 136 0 56 415 131 34
Binary 1000111 1000 10001001 110000 1011110 0 101110 100001101 1011001 11100

Color Harmonies of #470889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470889

Black with #470889

Text Example


Text Example

White with #470889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470889; }

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

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

background-color css

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

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

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

border-color css

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

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

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