Html Css Color HEX #47137C Indigo

📋 copy color: '#47137C'

red 71 ◦ green 19 ◦ blue 124

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

Shades of Indigo #47137C

Tints of Indigo #47137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 33.18%
G = 8.88%
B = 57.94%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47137C (or 0x47137C) is known color: Indigo. HEX triplet: 47, 13 and 7C. RGB value is (71,19,124). Sum of RGB (Red+Green+Blue) = 71+19+124=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #47137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47137C is #B8EC83. Grayscale: #2E2E2E. Windows color (decimal): -12119172 or 8131399. OLE color: 8131399.

HSL color Cylindrical-coordinate representation of color #47137C: hue angle of 269.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47137C is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 19 124 -
CMYK 0.43 0.85 0 0.51
HSL 269.71º 0.73% 0.28% -
HSV(B) 269.71º 0.85% 0.49% -
XYZ 6.47 3.26 19.36 -
YUV 46.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 71 19 124 0.43 0.85 0 0.51 269.71 0.73 0.28
Hex 47 13 7C 2B 55 0 33 10E 49 1C
Octal 107 23 174 53 125 0 63 416 111 34
Binary 1000111 10011 1111100 101011 1010101 0 110011 100001110 1001001 11100

Color Harmonies of #47137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47137C

Black with #47137C

Text Example


Text Example

White with #47137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47137C; }

 p { color: rgb(71,19,124); }

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

background-color css

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

 a { background-color: rgb(71,19,124); }

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

border-color css

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

 span { border-color: rgb(71,19,124); }

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