Html Css Color HEX #47159E Indigo

📋 copy color: '#47159E'

red 71 ◦ green 21 ◦ blue 158

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

Shades of Indigo #47159E

Tints of Indigo #47159E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 63.2%

R = 28.4%
G = 8.4%
B = 63.2%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47159E (or 0x47159E) is known color: Indigo. HEX triplet: 47, 15 and 9E. RGB value is (71,21,158). Sum of RGB (Red+Green+Blue) = 71+21+158=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #47159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47159E is #B8EA61. Grayscale: #333333. Windows color (decimal): -12118626 or 10360135. OLE color: 10360135.

HSL color Cylindrical-coordinate representation of color #47159E: hue angle of 261.9º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47159E is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 21 158 -
CMYK 0.55 0.87 0 0.38
HSL 261.9º 0.77% 0.35% -
HSV(B) 261.9º 0.87% 0.62% -
XYZ 9.04 4.34 32.71 -
YUV 51.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 71 21 158 0.55 0.87 0 0.38 261.9 0.77 0.35
Hex 47 15 9E 37 57 0 26 106 4D 23
Octal 107 25 236 67 127 0 46 406 115 43
Binary 1000111 10101 10011110 110111 1010111 0 100110 100000110 1001101 100011

Color Harmonies of #47159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47159E

Black with #47159E

Text Example


Text Example

White with #47159E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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