Html Css Color HEX #47047C Indigo

📋 copy color: '#47047C'

red 71 ◦ green 4 ◦ blue 124

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

Shades of Indigo #47047C

Tints of Indigo #47047C

RGB

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

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

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

R = 35.68%
G = 2.01%
B = 62.31%

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

#47047C (or 0x47047C) is known color: Indigo. HEX triplet: 47, 04 and 7C. RGB value is (71,4,124). Sum of RGB (Red+Green+Blue) = 71+4+124=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #47047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47047C is #B8FB83. Grayscale: #252525. Windows color (decimal): -12123012 or 8127559. OLE color: 8127559.

HSL color Cylindrical-coordinate representation of color #47047C: hue angle of 273.5º 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 #47047C is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 4 124 -
CMYK 0.43 0.97 0 0.51
HSL 273.5º 0.94% 0.25% -
HSV(B) 273.5º 0.97% 0.49% -
XYZ 6.28 2.88 19.29 -
YUV 37.71 176.7 151.74 -
System Red Green Blue C M Y K H S L
Decimal 71 4 124 0.43 0.97 0 0.51 273.5 0.94 0.25
Hex 47 4 7C 2B 61 0 33 112 5E 19
Octal 107 4 174 53 141 0 63 422 136 31
Binary 1000111 100 1111100 101011 1100001 0 110011 100010010 1011110 11001

Color Harmonies of #47047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47047C

Black with #47047C

Text Example


Text Example

White with #47047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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