#47086D

Color #47086D Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #47086D

Tints of Indigo #47086D

Color information

#47086D (or 0x47086D) is unknown color: approx Indigo. HEX triplet: 47, 08 and 6D. RGB value is (71,8,109). Sum of RGB (Red+Green+Blue) = 71+8+109=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #47086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47086D is #B8F792. Grayscale: #262626. Windows color (decimal): -12122003 or 7145543. OLE color: 7145543.

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

Color convert

RGB718109-
CMYK0.350.9300.57
HSL277.43º86.32%22.94%-
HSV(B)277.43º92.66%42.75%-
XYZ5.452.6214.69-
YUV38.35167.87151.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=37.77%
G=4.26%
B=57.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7181090.350.9300.57277.4386.3222.94
Hex4786D235D0391155617
Octal107101554313507142512627
Binary10001111000110110110001110111010111001100010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47086D;
 }
 .AnyTagClassName
 {
   color: #47086D;
 }
</style>
background-color css

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

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

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

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

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

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