Html Css Color HEX #47147F Indigo

📋 copy color: '#47147F'

red 71 ◦ green 20 ◦ blue 127

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

Shades of Indigo #47147F

Tints of Indigo #47147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

 BLUE value IS 127 (50% from 255) = 58.26%

R = 32.57%
G = 9.17%
B = 58.26%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47147F (or 0x47147F) is known color: Indigo. HEX triplet: 47, 14 and 7F. RGB value is (71,20,127). Sum of RGB (Red+Green+Blue) = 71+20+127=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #47147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47147F is #B8EB80. Grayscale: #2F2F2F. Windows color (decimal): -12118913 or 8328263. OLE color: 8328263.

HSL color Cylindrical-coordinate representation of color #47147F: hue angle of 268.6º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47147F is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 20 127 -
CMYK 0.44 0.84 0 0.50
HSL 268.6º 0.73% 0.29% -
HSV(B) 268.6º 0.84% 0.5% -
XYZ 6.68 3.37 20.38 -
YUV 47.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 71 20 127 0.44 0.84 0 0.50 268.6 0.73 0.29
Hex 47 14 7F 2C 54 0 32 10D 49 1D
Octal 107 24 177 54 124 0 62 415 111 35
Binary 1000111 10100 1111111 101100 1010100 0 110010 100001101 1001001 11101

Color Harmonies of #47147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47147F

Black with #47147F

Text Example


Text Example

White with #47147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47147F; }

 p { color: rgb(71,20,127); }

 H1.HeaderClassName
 {
   color: #47147F;
 }
 .AnyTagClassName
 {
   color: #47147F;
 }
</style>

background-color css

<style>
 a { background-color: #47147F; }

 a { background-color: rgb(71,20,127); }

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

border-color css

<style>
 span { border-color: #47147F; }

 span { border-color: rgb(71,20,127); }

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