Html Css Color HEX #47049D Indigo

📋 copy color: '#47049D'

red 71 ◦ green 4 ◦ blue 157

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

Shades of Indigo #47049D

Tints of Indigo #47049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 67.67%

R = 30.6%
G = 1.72%
B = 67.67%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47049D (or 0x47049D) is known color: Indigo. HEX triplet: 47, 04 and 9D. RGB value is (71,4,157). Sum of RGB (Red+Green+Blue) = 71+4+157=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #47049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47049D is #B8FB62. Grayscale: #282828. Windows color (decimal): -12122979 or 10290247. OLE color: 10290247.

HSL color Cylindrical-coordinate representation of color #47049D: hue angle of 266.27º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47049D is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 4 157 -
CMYK 0.55 0.97 0 0.38
HSL 266.27º 0.95% 0.32% -
HSV(B) 266.27º 0.97% 0.62% -
XYZ 8.73 3.86 32.18 -
YUV 41.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 71 4 157 0.55 0.97 0 0.38 266.27 0.95 0.32
Hex 47 4 9D 37 61 0 26 10A 5F 20
Octal 107 4 235 67 141 0 46 412 137 40
Binary 1000111 100 10011101 110111 1100001 0 100110 100001010 1011111 100000

Color Harmonies of #47049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47049D

Black with #47049D

Text Example


Text Example

White with #47049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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