Html Css Color HEX #470F73 Indigo

📋 copy color: '#470F73'

red 71 ◦ green 15 ◦ blue 115

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

Shades of Indigo #470F73

Tints of Indigo #470F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.46%

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

R = 35.32%
G = 7.46%
B = 57.21%

CMYK

 C value IS 0.38

 M value IS 0.87

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470F73 (or 0x470F73) is known color: Indigo. HEX triplet: 47, 0F and 73. RGB value is (71,15,115). Sum of RGB (Red+Green+Blue) = 71+15+115=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #470F73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F73 is #B8F08C. Grayscale: #2A2A2A. Windows color (decimal): -12120205 or 7540551. OLE color: 7540551.

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

Color convert

RGB 71 15 115 -
CMYK 0.38 0.87 0 0.55
HSL 273.6º 0.77% 0.25% -
HSV(B) 273.6º 0.87% 0.45% -
XYZ 5.86 2.92 16.47 -
YUV 43.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 71 15 115 0.38 0.87 0 0.55 273.6 0.77 0.25
Hex 47 F 73 26 57 0 37 112 4D 19
Octal 107 17 163 46 127 0 67 422 115 31
Binary 1000111 1111 1110011 100110 1010111 0 110111 100010010 1001101 11001

Color Harmonies of #470F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F73

Black with #470F73

Text Example


Text Example

White with #470F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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