Html Css Color HEX #47159B Indigo

📋 copy color: '#47159B'

red 71 ◦ green 21 ◦ blue 155

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

Shades of Indigo #47159B

Tints of Indigo #47159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

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

R = 28.74%
G = 8.5%
B = 62.75%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47159B (or 0x47159B) is known color: Indigo. HEX triplet: 47, 15 and 9B. RGB value is (71,21,155). Sum of RGB (Red+Green+Blue) = 71+21+155=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #47159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47159B is #B8EA64. Grayscale: #323232. Windows color (decimal): -12118629 or 10163527. OLE color: 10163527.

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

Color convert

RGB 71 21 155 -
CMYK 0.54 0.86 0 0.39
HSL 262.39º 0.76% 0.35% -
HSV(B) 262.39º 0.86% 0.61% -
XYZ 8.78 4.24 31.37 -
YUV 51.23 186.57 142.1 -
System Red Green Blue C M Y K H S L
Decimal 71 21 155 0.54 0.86 0 0.39 262.39 0.76 0.35
Hex 47 15 9B 36 56 0 27 106 4C 23
Octal 107 25 233 66 126 0 47 406 114 43
Binary 1000111 10101 10011011 110110 1010110 0 100111 100000110 1001100 100011

Color Harmonies of #47159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47159B

Black with #47159B

Text Example


Text Example

White with #47159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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