Html Css Color HEX #470173 Indigo

📋 copy color: '#470173'

red 71 ◦ green 1 ◦ blue 115

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

Shades of Indigo #470173

Tints of Indigo #470173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 37.97%
G = 0.53%
B = 61.5%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470173 (or 0x470173) is known color: Indigo. HEX triplet: 47, 01 and 73. RGB value is (71,1,115). Sum of RGB (Red+Green+Blue) = 71+1+115=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #470173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470173 is #B8FE8C. Grayscale: #222222. Windows color (decimal): -12123789 or 7536967. OLE color: 7536967.

HSL color Cylindrical-coordinate representation of color #470173: hue angle of 276.84º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470173 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 1 115 -
CMYK 0.38 0.99 0 0.55
HSL 276.84º 0.98% 0.23% -
HSV(B) 276.84º 0.99% 0.45% -
XYZ 5.7 2.6 16.42 -
YUV 34.93 173.19 153.73 -
System Red Green Blue C M Y K H S L
Decimal 71 1 115 0.38 0.99 0 0.55 276.84 0.98 0.23
Hex 47 1 73 26 63 0 37 115 62 17
Octal 107 1 163 46 143 0 67 425 142 27
Binary 1000111 1 1110011 100110 1100011 0 110111 100010101 1100010 10111

Color Harmonies of #470173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470173

Black with #470173

Text Example


Text Example

White with #470173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470173; }

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

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

background-color css

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

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

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

border-color css

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

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

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