Html Css Color HEX #47057F Indigo

📋 copy color: '#47057F'

red 71 ◦ green 5 ◦ blue 127

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

Shades of Indigo #47057F

Tints of Indigo #47057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 34.98%
G = 2.46%
B = 62.56%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47057F (or 0x47057F) is known color: Indigo. HEX triplet: 47, 05 and 7F. RGB value is (71,5,127). Sum of RGB (Red+Green+Blue) = 71+5+127=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #47057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47057F is #B8FA80. Grayscale: #262626. Windows color (decimal): -12122753 or 8324423. OLE color: 8324423.

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

Color convert

RGB 71 5 127 -
CMYK 0.44 0.96 0 0.50
HSL 272.46º 0.92% 0.26% -
HSV(B) 272.46º 0.96% 0.5% -
XYZ 6.48 2.98 20.31 -
YUV 38.64 177.87 151.08 -
System Red Green Blue C M Y K H S L
Decimal 71 5 127 0.44 0.96 0 0.50 272.46 0.92 0.26
Hex 47 5 7F 2C 60 0 32 110 5C 1A
Octal 107 5 177 54 140 0 62 420 134 32
Binary 1000111 101 1111111 101100 1100000 0 110010 100010000 1011100 11010

Color Harmonies of #47057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47057F

Black with #47057F

Text Example


Text Example

White with #47057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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