Html Css Color HEX #47109F Indigo

📋 copy color: '#47109F'

red 71 ◦ green 16 ◦ blue 159

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

Shades of Indigo #47109F

Tints of Indigo #47109F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.63%

R = 28.86%
G = 6.5%
B = 64.63%

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

#47109F (or 0x47109F) is known color: Indigo. HEX triplet: 47, 10 and 9F. RGB value is (71,16,159). Sum of RGB (Red+Green+Blue) = 71+16+159=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #47109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47109F is #B8EF60. Grayscale: #303030. Windows color (decimal): -12119905 or 10424391. OLE color: 10424391.

HSL color Cylindrical-coordinate representation of color #47109F: hue angle of 263.08º 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 #47109F is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 16 159 -
CMYK 0.55 0.90 0 0.38
HSL 263.08º 0.82% 0.34% -
HSV(B) 263.08º 0.9% 0.62% -
XYZ 9.04 4.21 33.14 -
YUV 48.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 71 16 159 0.55 0.90 0 0.38 263.08 0.82 0.34
Hex 47 10 9F 37 5A 0 26 107 52 22
Octal 107 20 237 67 132 0 46 407 122 42
Binary 1000111 10000 10011111 110111 1011010 0 100110 100000111 1010010 100010

Color Harmonies of #47109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47109F

Black with #47109F

Text Example


Text Example

White with #47109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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