Html Css Color HEX #47017F Indigo

📋 copy color: '#47017F'

red 71 ◦ green 1 ◦ blue 127

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

Shades of Indigo #47017F

Tints of Indigo #47017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 35.68%
G = 0.5%
B = 63.82%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47017F (or 0x47017F) is known color: Indigo. HEX triplet: 47, 01 and 7F. RGB value is (71,1,127). Sum of RGB (Red+Green+Blue) = 71+1+127=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #47017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47017F is #B8FE80. Grayscale: #232323. Windows color (decimal): -12123777 or 8323399. OLE color: 8323399.

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

Color convert

RGB 71 1 127 -
CMYK 0.44 0.99 0 0.50
HSL 273.33º 0.98% 0.25% -
HSV(B) 273.33º 0.99% 0.5% -
XYZ 6.44 2.89 20.3 -
YUV 36.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 71 1 127 0.44 0.99 0 0.50 273.33 0.98 0.25
Hex 47 1 7F 2C 63 0 32 111 62 19
Octal 107 1 177 54 143 0 62 421 142 31
Binary 1000111 1 1111111 101100 1100011 0 110010 100010001 1100010 11001

Color Harmonies of #47017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47017F

Black with #47017F

Text Example


Text Example

White with #47017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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