Html Css Color HEX #47049B Indigo

📋 copy color: '#47049B'

red 71 ◦ green 4 ◦ blue 155

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

Shades of Indigo #47049B

Tints of Indigo #47049B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 67.39%

R = 30.87%
G = 1.74%
B = 67.39%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47049B (or 0x47049B) is known color: Indigo. HEX triplet: 47, 04 and 9B. RGB value is (71,4,155). Sum of RGB (Red+Green+Blue) = 71+4+155=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #47049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47049B is #B8FB64. Grayscale: #282828. Windows color (decimal): -12122981 or 10159175. OLE color: 10159175.

HSL color Cylindrical-coordinate representation of color #47049B: hue angle of 266.62º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47049B is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 4 155 -
CMYK 0.54 0.97 0 0.39
HSL 266.62º 0.95% 0.31% -
HSV(B) 266.62º 0.97% 0.61% -
XYZ 8.56 3.79 31.29 -
YUV 41.25 192.2 149.22 -
System Red Green Blue C M Y K H S L
Decimal 71 4 155 0.54 0.97 0 0.39 266.62 0.95 0.31
Hex 47 4 9B 36 61 0 27 10B 5F 1F
Octal 107 4 233 66 141 0 47 413 137 37
Binary 1000111 100 10011011 110110 1100001 0 100111 100001011 1011111 11111

Color Harmonies of #47049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47049B

Black with #47049B

Text Example


Text Example

White with #47049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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