Html Css Color HEX #47016A Indigo

📋 copy color: '#47016A'

red 71 ◦ green 1 ◦ blue 106

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

Shades of Indigo #47016A

Tints of Indigo #47016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 59.55%

R = 39.89%
G = 0.56%
B = 59.55%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47016A (or 0x47016A) is known color: Indigo. HEX triplet: 47, 01 and 6A. RGB value is (71,1,106). Sum of RGB (Red+Green+Blue) = 71+1+106=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 106 (41.80% from 255 or 59.55% from 178); Max value from RGB is 106 - color contains mainly: blue. Hex color #47016A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47016A is #B8FE95. Grayscale: #212121. Windows color (decimal): -12123798 or 6947143. OLE color: 6947143.

HSL color Cylindrical-coordinate representation of color #47016A: hue angle of 280º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47016A is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 1 106 -
CMYK 0.33 0.99 0 0.58
HSL 280º 0.98% 0.21% -
HSV(B) 280º 0.99% 0.42% -
XYZ 5.21 2.4 13.82 -
YUV 33.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 71 1 106 0.33 0.99 0 0.58 280 0.98 0.21
Hex 47 1 6A 21 63 0 3A 118 62 15
Octal 107 1 152 41 143 0 72 430 142 25
Binary 1000111 1 1101010 100001 1100011 0 111010 100011000 1100010 10101

Color Harmonies of #47016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47016A

Black with #47016A

Text Example


Text Example

White with #47016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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