Html Css Color HEX #47137D Indigo

📋 copy color: '#47137D'

red 71 ◦ green 19 ◦ blue 125

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

Shades of Indigo #47137D

Tints of Indigo #47137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

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

R = 33.02%
G = 8.84%
B = 58.14%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47137D (or 0x47137D) is known color: Indigo. HEX triplet: 47, 13 and 7D. RGB value is (71,19,125). Sum of RGB (Red+Green+Blue) = 71+19+125=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #47137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47137D is #B8EC82. Grayscale: #2E2E2E. Windows color (decimal): -12119171 or 8196935. OLE color: 8196935.

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

Color convert

RGB 71 19 125 -
CMYK 0.43 0.85 0 0.51
HSL 269.43º 0.74% 0.28% -
HSV(B) 269.43º 0.85% 0.49% -
XYZ 6.53 3.29 19.69 -
YUV 46.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 71 19 125 0.43 0.85 0 0.51 269.43 0.74 0.28
Hex 47 13 7D 2B 55 0 33 10D 4A 1C
Octal 107 23 175 53 125 0 63 415 112 34
Binary 1000111 10011 1111101 101011 1010101 0 110011 100001101 1001010 11100

Color Harmonies of #47137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47137D

Black with #47137D

Text Example


Text Example

White with #47137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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