Html Css Color HEX #47167C Indigo

📋 copy color: '#47167C'

red 71 ◦ green 22 ◦ blue 124

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

Shades of Indigo #47167C

Tints of Indigo #47167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.14%

 BLUE value IS 124 (48.83% from 255) = 57.14%

R = 32.72%
G = 10.14%
B = 57.14%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47167C (or 0x47167C) is known color: Indigo. HEX triplet: 47, 16 and 7C. RGB value is (71,22,124). Sum of RGB (Red+Green+Blue) = 71+22+124=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #47167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47167C is #B8E983. Grayscale: #2F2F2F. Windows color (decimal): -12118404 or 8132167. OLE color: 8132167.

HSL color Cylindrical-coordinate representation of color #47167C: hue angle of 268.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47167C is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 22 124 -
CMYK 0.43 0.82 0 0.51
HSL 268.82º 0.7% 0.29% -
HSV(B) 268.82º 0.82% 0.49% -
XYZ 6.52 3.37 19.38 -
YUV 48.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 71 22 124 0.43 0.82 0 0.51 268.82 0.7 0.29
Hex 47 16 7C 2B 52 0 33 10D 46 1D
Octal 107 26 174 53 122 0 63 415 106 35
Binary 1000111 10110 1111100 101011 1010010 0 110011 100001101 1000110 11101

Color Harmonies of #47167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47167C

Black with #47167C

Text Example


Text Example

White with #47167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,22,124); }

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

background-color css

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

 a { background-color: rgb(71,22,124); }

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

border-color css

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

 span { border-color: rgb(71,22,124); }

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