Html Css Color HEX #47047D Indigo

📋 copy color: '#47047D'

red 71 ◦ green 4 ◦ blue 125

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

Shades of Indigo #47047D

Tints of Indigo #47047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

 BLUE value IS 125 (49.22% from 255) = 62.5%

R = 35.5%
G = 2%
B = 62.5%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47047D (or 0x47047D) is known color: Indigo. HEX triplet: 47, 04 and 7D. RGB value is (71,4,125). Sum of RGB (Red+Green+Blue) = 71+4+125=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #47047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47047D is #B8FB82. Grayscale: #252525. Windows color (decimal): -12123011 or 8193095. OLE color: 8193095.

HSL color Cylindrical-coordinate representation of color #47047D: hue angle of 273.22º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47047D is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 4 125 -
CMYK 0.43 0.97 0 0.51
HSL 273.22º 0.94% 0.25% -
HSV(B) 273.22º 0.97% 0.49% -
XYZ 6.34 2.91 19.63 -
YUV 37.83 177.2 151.66 -
System Red Green Blue C M Y K H S L
Decimal 71 4 125 0.43 0.97 0 0.51 273.22 0.94 0.25
Hex 47 4 7D 2B 61 0 33 111 5E 19
Octal 107 4 175 53 141 0 63 421 136 31
Binary 1000111 100 1111101 101011 1100001 0 110011 100010001 1011110 11001

Color Harmonies of #47047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47047D

Black with #47047D

Text Example


Text Example

White with #47047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47047D; }

 p { color: rgb(71,4,125); }

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

background-color css

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

 a { background-color: rgb(71,4,125); }

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

border-color css

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

 span { border-color: rgb(71,4,125); }

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