Html Css Color HEX #470389 Indigo

📋 copy color: '#470389'

red 71 ◦ green 3 ◦ blue 137

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

Shades of Indigo #470389

Tints of Indigo #470389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 33.65%
G = 1.42%
B = 64.93%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#470389 (or 0x470389) is known color: Indigo. HEX triplet: 47, 03 and 89. RGB value is (71,3,137). Sum of RGB (Red+Green+Blue) = 71+3+137=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #470389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470389 is #B8FC76. Grayscale: #262626. Windows color (decimal): -12123255 or 8979271. OLE color: 8979271.

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

Color convert

RGB 71 3 137 -
CMYK 0.48 0.98 0 0.46
HSL 270.45º 0.96% 0.27% -
HSV(B) 270.45º 0.98% 0.54% -
XYZ 7.15 3.21 23.91 -
YUV 38.61 183.53 151.1 -
System Red Green Blue C M Y K H S L
Decimal 71 3 137 0.48 0.98 0 0.46 270.45 0.96 0.27
Hex 47 3 89 30 62 0 2E 10E 60 1B
Octal 107 3 211 60 142 0 56 416 140 33
Binary 1000111 11 10001001 110000 1100010 0 101110 100001110 1100000 11011

Color Harmonies of #470389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470389

Black with #470389

Text Example


Text Example

White with #470389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470389; }

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

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

background-color css

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

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

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

border-color css

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

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

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