Html Css Color HEX #470089 Indigo

📋 copy color: '#470089'

red 71 ◦ green 0 ◦ blue 137

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

Shades of Indigo #470089

Tints of Indigo #470089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.13%
G = 0%
B = 65.87%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#470089 (or 0x470089) is known color: Indigo. HEX triplet: 47, 00 and 89. RGB value is (71,0,137). Sum of RGB (Red+Green+Blue) = 71+0+137=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #470089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470089 is #B8FF76. Grayscale: #242424. Windows color (decimal): -12124023 or 8978503. OLE color: 8978503.

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

Color convert

RGB 71 0 137 -
CMYK 0.48 1 0 0.46
HSL 271.09º 1% 0.27% -
HSV(B) 271.09º 1% 0.54% -
XYZ 7.11 3.15 23.9 -
YUV 36.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 71 0 137 0.48 1 0 0.46 271.09 1 0.27
Hex 47 0 89 30 64 0 2E 10F 64 1B
Octal 107 0 211 60 144 0 56 417 144 33
Binary 1000111 0 10001001 110000 1100100 0 101110 100001111 1100100 11011

Color Harmonies of #470089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470089

Black with #470089

Text Example


Text Example

White with #470089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470089; }

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

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

background-color css

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

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

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

border-color css

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

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

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