Html Css Color HEX #47127F Indigo

📋 copy color: '#47127F'

red 71 ◦ green 18 ◦ blue 127

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

Shades of Indigo #47127F

Tints of Indigo #47127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.33%

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

R = 32.87%
G = 8.33%
B = 58.8%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47127F (or 0x47127F) is known color: Indigo. HEX triplet: 47, 12 and 7F. RGB value is (71,18,127). Sum of RGB (Red+Green+Blue) = 71+18+127=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #47127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47127F is #B8ED80. Grayscale: #2D2D2D. Windows color (decimal): -12119425 or 8327751. OLE color: 8327751.

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

Color convert

RGB 71 18 127 -
CMYK 0.44 0.86 0 0.50
HSL 269.17º 0.75% 0.28% -
HSV(B) 269.17º 0.86% 0.5% -
XYZ 6.65 3.3 20.37 -
YUV 46.27 173.56 145.64 -
System Red Green Blue C M Y K H S L
Decimal 71 18 127 0.44 0.86 0 0.50 269.17 0.75 0.28
Hex 47 12 7F 2C 56 0 32 10D 4B 1C
Octal 107 22 177 54 126 0 62 415 113 34
Binary 1000111 10010 1111111 101100 1010110 0 110010 100001101 1001011 11100

Color Harmonies of #47127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47127F

Black with #47127F

Text Example


Text Example

White with #47127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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