Html Css Color HEX #47016D Indigo

📋 copy color: '#47016D'

red 71 ◦ green 1 ◦ blue 109

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

Shades of Indigo #47016D

Tints of Indigo #47016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 60.22%

R = 39.23%
G = 0.55%
B = 60.22%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47016D (or 0x47016D) is known color: Indigo. HEX triplet: 47, 01 and 6D. RGB value is (71,1,109). Sum of RGB (Red+Green+Blue) = 71+1+109=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #47016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47016D is #B8FE92. Grayscale: #212121. Windows color (decimal): -12123795 or 7143751. OLE color: 7143751.

HSL color Cylindrical-coordinate representation of color #47016D: hue angle of 278.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47016D is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 1 109 -
CMYK 0.35 0.99 0 0.57
HSL 278.89º 0.98% 0.22% -
HSV(B) 278.89º 0.99% 0.43% -
XYZ 5.37 2.47 14.66 -
YUV 34.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 71 1 109 0.35 0.99 0 0.57 278.89 0.98 0.22
Hex 47 1 6D 23 63 0 39 117 62 16
Octal 107 1 155 43 143 0 71 427 142 26
Binary 1000111 1 1101101 100011 1100011 0 111001 100010111 1100010 10110

Color Harmonies of #47016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47016D

Black with #47016D

Text Example


Text Example

White with #47016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47016D; }

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

 H1.HeaderClassName
 {
   color: #47016D;
 }
 .AnyTagClassName
 {
   color: #47016D;
 }
</style>

background-color css

<style>
 a { background-color: #47016D; }

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

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

border-color css

<style>
 span { border-color: #47016D; }

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

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