Html Css Color HEX #47108E Indigo

📋 copy color: '#47108E'

red 71 ◦ green 16 ◦ blue 142

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

Shades of Indigo #47108E

Tints of Indigo #47108E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.01%

R = 31%
G = 6.99%
B = 62.01%

CMYK

 C value IS 0.5

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47108E (or 0x47108E) is known color: Indigo. HEX triplet: 47, 10 and 8E. RGB value is (71,16,142). Sum of RGB (Red+Green+Blue) = 71+16+142=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #47108E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47108E is #B8EF71. Grayscale: #2E2E2E. Windows color (decimal): -12119922 or 9310279. OLE color: 9310279.

HSL color Cylindrical-coordinate representation of color #47108E: hue angle of 266.19º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47108E is Cyan = 0.5, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 16 142 -
CMYK 0.5 0.89 0 0.44
HSL 266.19º 0.8% 0.31% -
HSV(B) 266.19º 0.89% 0.56% -
XYZ 7.67 3.66 25.89 -
YUV 46.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 71 16 142 0.5 0.89 0 0.44 266.19 0.8 0.31
Hex 47 10 8E 32 59 0 2C 10A 50 1F
Octal 107 20 216 62 131 0 54 412 120 37
Binary 1000111 10000 10001110 110010 1011001 0 101100 100001010 1010000 11111

Color Harmonies of #47108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47108E

Black with #47108E

Text Example


Text Example

White with #47108E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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