Html Css Color HEX #47128C Indigo

📋 copy color: '#47128C'

red 71 ◦ green 18 ◦ blue 140

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

Shades of Indigo #47128C

Tints of Indigo #47128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.86%

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

R = 31%
G = 7.86%
B = 61.14%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47128C (or 0x47128C) is known color: Indigo. HEX triplet: 47, 12 and 8C. RGB value is (71,18,140). Sum of RGB (Red+Green+Blue) = 71+18+140=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #47128C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47128C is #B8ED73. Grayscale: #2F2F2F. Windows color (decimal): -12119412 or 9179719. OLE color: 9179719.

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

Color convert

RGB 71 18 140 -
CMYK 0.49 0.87 0 0.45
HSL 266.07º 0.77% 0.31% -
HSV(B) 266.07º 0.87% 0.55% -
XYZ 7.55 3.67 25.12 -
YUV 47.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 71 18 140 0.49 0.87 0 0.45 266.07 0.77 0.31
Hex 47 12 8C 31 57 0 2D 10A 4D 1F
Octal 107 22 214 61 127 0 55 412 115 37
Binary 1000111 10010 10001100 110001 1010111 0 101101 100001010 1001101 11111

Color Harmonies of #47128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47128C

Black with #47128C

Text Example


Text Example

White with #47128C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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