Html Css Color HEX #47027F Indigo

📋 copy color: '#47027F'

red 71 ◦ green 2 ◦ blue 127

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

Shades of Indigo #47027F

Tints of Indigo #47027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 35.5%
G = 1%
B = 63.5%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47027F (or 0x47027F) is known color: Indigo. HEX triplet: 47, 02 and 7F. RGB value is (71,2,127). Sum of RGB (Red+Green+Blue) = 71+2+127=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #47027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47027F is #B8FD80. Grayscale: #242424. Windows color (decimal): -12123521 or 8323655. OLE color: 8323655.

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

Color convert

RGB 71 2 127 -
CMYK 0.44 0.98 0 0.50
HSL 273.12º 0.97% 0.25% -
HSV(B) 273.12º 0.98% 0.5% -
XYZ 6.45 2.92 20.3 -
YUV 36.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 71 2 127 0.44 0.98 0 0.50 273.12 0.97 0.25
Hex 47 2 7F 2C 62 0 32 111 61 19
Octal 107 2 177 54 142 0 62 421 141 31
Binary 1000111 10 1111111 101100 1100010 0 110010 100010001 1100001 11001

Color Harmonies of #47027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47027F

Black with #47027F

Text Example


Text Example

White with #47027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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