Html Css Color HEX #47108C Indigo

📋 copy color: '#47108C'

red 71 ◦ green 16 ◦ blue 140

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

Shades of Indigo #47108C

Tints of Indigo #47108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.67%

R = 31.28%
G = 7.05%
B = 61.67%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47108C (or 0x47108C) is known color: Indigo. HEX triplet: 47, 10 and 8C. RGB value is (71,16,140). Sum of RGB (Red+Green+Blue) = 71+16+140=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #47108C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47108C is #B8EF73. Grayscale: #2E2E2E. Windows color (decimal): -12119924 or 9179207. OLE color: 9179207.

HSL color Cylindrical-coordinate representation of color #47108C: hue angle of 266.61º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47108C is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 16 140 -
CMYK 0.49 0.89 0 0.45
HSL 266.61º 0.79% 0.31% -
HSV(B) 266.61º 0.89% 0.55% -
XYZ 7.52 3.6 25.11 -
YUV 46.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 71 16 140 0.49 0.89 0 0.45 266.61 0.79 0.31
Hex 47 10 8C 31 59 0 2D 10B 4F 1F
Octal 107 20 214 61 131 0 55 413 117 37
Binary 1000111 10000 10001100 110001 1011001 0 101101 100001011 1001111 11111

Color Harmonies of #47108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47108C

Black with #47108C

Text Example


Text Example

White with #47108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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