Html Css Color HEX #47086B Indigo

📋 copy color: '#47086B'

red 71 ◦ green 8 ◦ blue 107

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

Shades of Indigo #47086B

Tints of Indigo #47086B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.3%

 BLUE value IS 107 (42.19% from 255) = 57.53%

R = 38.17%
G = 4.3%
B = 57.53%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47086B (or 0x47086B) is known color: Indigo. HEX triplet: 47, 08 and 6B. RGB value is (71,8,107). Sum of RGB (Red+Green+Blue) = 71+8+107=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #47086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47086B is #B8F794. Grayscale: #252525. Windows color (decimal): -12122005 or 7014471. OLE color: 7014471.

HSL color Cylindrical-coordinate representation of color #47086B: hue angle of 278.18º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47086B is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 8 107 -
CMYK 0.34 0.93 0 0.58
HSL 278.18º 0.86% 0.23% -
HSV(B) 278.18º 0.93% 0.42% -
XYZ 5.34 2.57 14.13 -
YUV 38.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 71 8 107 0.34 0.93 0 0.58 278.18 0.86 0.23
Hex 47 8 6B 22 5D 0 3A 116 56 17
Octal 107 10 153 42 135 0 72 426 126 27
Binary 1000111 1000 1101011 100010 1011101 0 111010 100010110 1010110 10111

Color Harmonies of #47086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47086B

Black with #47086B

Text Example


Text Example

White with #47086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47086B; }

 p { color: rgb(71,8,107); }

 H1.HeaderClassName
 {
   color: #47086B;
 }
 .AnyTagClassName
 {
   color: #47086B;
 }
</style>

background-color css

<style>
 a { background-color: #47086B; }

 a { background-color: rgb(71,8,107); }

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

border-color css

<style>
 span { border-color: #47086B; }

 span { border-color: rgb(71,8,107); }

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