Html Css Color HEX #47117D Indigo

📋 copy color: '#47117D'

red 71 ◦ green 17 ◦ blue 125

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

Shades of Indigo #47117D

Tints of Indigo #47117D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

 BLUE value IS 125 (49.22% from 255) = 58.69%

R = 33.33%
G = 7.98%
B = 58.69%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47117D (or 0x47117D) is known color: Indigo. HEX triplet: 47, 11 and 7D. RGB value is (71,17,125). Sum of RGB (Red+Green+Blue) = 71+17+125=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #47117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47117D is #B8EE82. Grayscale: #2D2D2D. Windows color (decimal): -12119683 or 8196423. OLE color: 8196423.

HSL color Cylindrical-coordinate representation of color #47117D: hue angle of 270º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47117D is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 17 125 -
CMYK 0.43 0.86 0 0.51
HSL 270º 0.76% 0.28% -
HSV(B) 270º 0.86% 0.49% -
XYZ 6.5 3.22 19.68 -
YUV 45.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 71 17 125 0.43 0.86 0 0.51 270 0.76 0.28
Hex 47 11 7D 2B 56 0 33 10E 4C 1C
Octal 107 21 175 53 126 0 63 416 114 34
Binary 1000111 10001 1111101 101011 1010110 0 110011 100001110 1001100 11100

Color Harmonies of #47117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47117D

Black with #47117D

Text Example


Text Example

White with #47117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47117D; }

 p { color: rgb(71,17,125); }

 H1.HeaderClassName
 {
   color: #47117D;
 }
 .AnyTagClassName
 {
   color: #47117D;
 }
</style>

background-color css

<style>
 a { background-color: #47117D; }

 a { background-color: rgb(71,17,125); }

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

border-color css

<style>
 span { border-color: #47117D; }

 span { border-color: rgb(71,17,125); }

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