#47128B

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

Shades of Indigo #47128B

Tints of Indigo #47128B

Color information

#47128B (or 0x47128B) is unknown color: approx Indigo. HEX triplet: 47, 12 and 8B. RGB value is (71,18,139). Sum of RGB (Red+Green+Blue) = 71+18+139=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #47128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47128B is #B8ED74. Grayscale: #2F2F2F. Windows color (decimal): -12119413 or 9114183. OLE color: 9114183.

HSL color Cylindrical-coordinate representation of color #47128B: hue angle of 266.28º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47128B is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7118139-
CMYK0.490.8700.45
HSL266.28º77.07%30.78%-
HSV(B)266.28º87.05%54.51%-
XYZ7.483.6424.73-
YUV47.64179.56144.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.14%
GREEN value IS 18 (7.42% from 255) = 7.89%
BLUE value IS 139 (54.69% from 255) = 60.96%
R=31.14%
G=7.89%
B=60.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71181390.490.8700.45266.2877.0730.78
Hex47128B315702D10a4d1f
Octal107222136112705541211537
Binary1000111100101000101111000110101110101101100001010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,18,139); }

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

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

 a { background-color: rgb(71,18,139); }

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

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

 span { border-color: rgb(71,18,139); }

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