Html Css Color HEX #470E73 Indigo

📋 copy color: '#470E73'

red 71 ◦ green 14 ◦ blue 115

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

Shades of Indigo #470E73

Tints of Indigo #470E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7%

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 35.5%
G = 7%
B = 57.5%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470E73 (or 0x470E73) is known color: Indigo. HEX triplet: 47, 0E and 73. RGB value is (71,14,115). Sum of RGB (Red+Green+Blue) = 71+14+115=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #470E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470E73 is #B8F18C. Grayscale: #2A2A2A. Windows color (decimal): -12120461 or 7540295. OLE color: 7540295.

HSL color Cylindrical-coordinate representation of color #470E73: hue angle of 273.86º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #470E73 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 14 115 -
CMYK 0.38 0.88 0 0.55
HSL 273.86º 0.78% 0.25% -
HSV(B) 273.86º 0.88% 0.45% -
XYZ 5.85 2.89 16.47 -
YUV 42.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 71 14 115 0.38 0.88 0 0.55 273.86 0.78 0.25
Hex 47 E 73 26 58 0 37 112 4E 19
Octal 107 16 163 46 130 0 67 422 116 31
Binary 1000111 1110 1110011 100110 1011000 0 110111 100010010 1001110 11001

Color Harmonies of #470E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E73

Black with #470E73

Text Example


Text Example

White with #470E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470E73; }

 p { color: rgb(71,14,115); }

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

background-color css

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

 a { background-color: rgb(71,14,115); }

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

border-color css

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

 span { border-color: rgb(71,14,115); }

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