Html Css Color HEX #47108A Indigo

📋 copy color: '#47108A'

red 71 ◦ green 16 ◦ blue 138

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

Shades of Indigo #47108A

Tints of Indigo #47108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.33%

R = 31.56%
G = 7.11%
B = 61.33%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47108A (or 0x47108A) is known color: Indigo. HEX triplet: 47, 10 and 8A. RGB value is (71,16,138). Sum of RGB (Red+Green+Blue) = 71+16+138=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #47108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47108A is #B8EF75. Grayscale: #2D2D2D. Windows color (decimal): -12119926 or 9048135. OLE color: 9048135.

HSL color Cylindrical-coordinate representation of color #47108A: hue angle of 267.05º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47108A is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 16 138 -
CMYK 0.49 0.88 0 0.46
HSL 267.05º 0.79% 0.3% -
HSV(B) 267.05º 0.88% 0.54% -
XYZ 7.37 3.55 24.34 -
YUV 46.35 179.72 145.58 -
System Red Green Blue C M Y K H S L
Decimal 71 16 138 0.49 0.88 0 0.46 267.05 0.79 0.3
Hex 47 10 8A 31 58 0 2E 10B 4F 1E
Octal 107 20 212 61 130 0 56 413 117 36
Binary 1000111 10000 10001010 110001 1011000 0 101110 100001011 1001111 11110

Color Harmonies of #47108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47108A

Black with #47108A

Text Example


Text Example

White with #47108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47108A; }

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

 H1.HeaderClassName
 {
   color: #47108A;
 }
 .AnyTagClassName
 {
   color: #47108A;
 }
</style>

background-color css

<style>
 a { background-color: #47108A; }

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

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

border-color css

<style>
 span { border-color: #47108A; }

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

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