Html Css Color HEX #47119B Indigo

📋 copy color: '#47119B'

red 71 ◦ green 17 ◦ blue 155

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

Shades of Indigo #47119B

Tints of Indigo #47119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

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

R = 29.22%
G = 7%
B = 63.79%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47119B (or 0x47119B) is known color: Indigo. HEX triplet: 47, 11 and 9B. RGB value is (71,17,155). Sum of RGB (Red+Green+Blue) = 71+17+155=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #47119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47119B is #B8EE64. Grayscale: #303030. Windows color (decimal): -12119653 or 10162503. OLE color: 10162503.

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

Color convert

RGB 71 17 155 -
CMYK 0.54 0.89 0 0.39
HSL 263.48º 0.8% 0.34% -
HSV(B) 263.48º 0.89% 0.61% -
XYZ 8.72 4.11 31.34 -
YUV 48.88 187.89 143.78 -
System Red Green Blue C M Y K H S L
Decimal 71 17 155 0.54 0.89 0 0.39 263.48 0.8 0.34
Hex 47 11 9B 36 59 0 27 107 50 22
Octal 107 21 233 66 131 0 47 407 120 42
Binary 1000111 10001 10011011 110110 1011001 0 100111 100000111 1010000 100010

Color Harmonies of #47119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47119B

Black with #47119B

Text Example


Text Example

White with #47119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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