Html Css Color HEX #47016F Indigo

📋 copy color: '#47016F'

red 71 ◦ green 1 ◦ blue 111

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

Shades of Indigo #47016F

Tints of Indigo #47016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.66%

R = 38.8%
G = 0.55%
B = 60.66%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47016F (or 0x47016F) is known color: Indigo. HEX triplet: 47, 01 and 6F. RGB value is (71,1,111). Sum of RGB (Red+Green+Blue) = 71+1+111=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #47016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47016F is #B8FE90. Grayscale: #222222. Windows color (decimal): -12123793 or 7274823. OLE color: 7274823.

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

Color convert

RGB 71 1 111 -
CMYK 0.36 0.99 0 0.56
HSL 278.18º 0.98% 0.22% -
HSV(B) 278.18º 0.99% 0.44% -
XYZ 5.48 2.51 15.23 -
YUV 34.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 71 1 111 0.36 0.99 0 0.56 278.18 0.98 0.22
Hex 47 1 6F 24 63 0 38 116 62 16
Octal 107 1 157 44 143 0 70 426 142 26
Binary 1000111 1 1101111 100100 1100011 0 111000 100010110 1100010 10110

Color Harmonies of #47016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47016F

Black with #47016F

Text Example


Text Example

White with #47016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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