Html Css Color HEX #47167E Indigo

📋 copy color: '#47167E'

red 71 ◦ green 22 ◦ blue 126

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

Shades of Indigo #47167E

Tints of Indigo #47167E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 57.53%

R = 32.42%
G = 10.05%
B = 57.53%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47167E (or 0x47167E) is known color: Indigo. HEX triplet: 47, 16 and 7E. RGB value is (71,22,126). Sum of RGB (Red+Green+Blue) = 71+22+126=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #47167E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47167E is #B8E981. Grayscale: #303030. Windows color (decimal): -12118402 or 8263239. OLE color: 8263239.

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

Color convert

RGB 71 22 126 -
CMYK 0.44 0.83 0 0.51
HSL 268.27º 0.7% 0.29% -
HSV(B) 268.27º 0.83% 0.49% -
XYZ 6.65 3.42 20.05 -
YUV 48.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 71 22 126 0.44 0.83 0 0.51 268.27 0.7 0.29
Hex 47 16 7E 2C 53 0 33 10C 46 1D
Octal 107 26 176 54 123 0 63 414 106 35
Binary 1000111 10110 1111110 101100 1010011 0 110011 100001100 1000110 11101

Color Harmonies of #47167E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47167E

Black with #47167E

Text Example


Text Example

White with #47167E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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