Html Css Color HEX #47109D Indigo

📋 copy color: '#47109D'

red 71 ◦ green 16 ◦ blue 157

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

Shades of Indigo #47109D

Tints of Indigo #47109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

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

R = 29.1%
G = 6.56%
B = 64.34%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47109D (or 0x47109D) is known color: Indigo. HEX triplet: 47, 10 and 9D. RGB value is (71,16,157). Sum of RGB (Red+Green+Blue) = 71+16+157=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #47109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47109D is #B8EF62. Grayscale: #303030. Windows color (decimal): -12119907 or 10293319. OLE color: 10293319.

HSL color Cylindrical-coordinate representation of color #47109D: hue angle of 263.4º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47109D is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 16 157 -
CMYK 0.55 0.90 0 0.38
HSL 263.4º 0.82% 0.34% -
HSV(B) 263.4º 0.9% 0.62% -
XYZ 8.87 4.14 32.23 -
YUV 48.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 71 16 157 0.55 0.90 0 0.38 263.4 0.82 0.34
Hex 47 10 9D 37 5A 0 26 107 52 22
Octal 107 20 235 67 132 0 46 407 122 42
Binary 1000111 10000 10011101 110111 1011010 0 100110 100000111 1010010 100010

Color Harmonies of #47109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47109D

Black with #47109D

Text Example


Text Example

White with #47109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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